COLOR #BBC749

HEX: #BBC749 RGB: (187,199,73)

Color info

#BBC749 contains mainly red and green colors. Web safe color of #BBC749 is #CCCC33 (or #CC3).

RGB color model

#BBC749 color RGB value is (187,199,73).

RGB: (187,199,73) (73%, 78%, 29%)

RGB channels and saturation

R 187 of 255 = 73%
G 199 of 255 = 78%
B 73 of 255 = 29%

187
199
73

R + G + B ~ 60%. #BBC749 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 187 + 199 + 73 = 459 (100%)
R 187 of 459 ~ 40.74%
G 199 of 459 ~ 43.36%
B 73 of 459 ~ 15.9'%

%40.74
%43.36
%15.9

CMYK color model

#BBC749 color CMYK value is (6,0,63,22).

  • cyan value is 6.03%
  • magenta value is 0.00%
  • yellow value is 63.32%
  • key color value is 21.96%

CMYK: (6,0,63,22)
C6M0Y63K22 (6%, 0%, 63%, 22%)
(0.06 / 0.00 / 0.63 / 0.22)

CMYK percentages

%6.03
%0
%63.32
%21.96

Codes

Color #BBC749 in popluar color models

BB C7 49
RGB 187 199 73
HSL 66° 52.94% 53.33%
HSB/HSV 66° 63.32% 78.04%
CMYK 6.03% 0.00% 63.32%
21.96%

Color #BBC749 in popluar number systems.

HEX BB C7 49
Decimal 187 199 73
Binary 10111011 11000111 1001001
Octal 273 307 111

Shades and tints

Shades of #BBC749

#BBC749
(187,199,73)
#AAB543
(170,181,67)
#99A33D
(153,163,61)
#889137
(136,145,55)
#777F31
(119,127,49)
#666D2B
(102,109,43)
#555B25
(85,91,37)
#44491F
(68,73,31)
#333719
(51,55,25)
#222513
(34,37,19)
#11130D
(17,19,13)
#000000
(0,0,0)

Tints of #BBC749

#BBC749
(187,199,73)
#C1CC59
(193,204,89)
#C7D169
(199,209,105)
#CDD679
(205,214,121)
#D3DB89
(211,219,137)
#D9E099
(217,224,153)
#DFE5A9
(223,229,169)
#E5EAB9
(229,234,185)
#EBEFC9
(235,239,201)
#F1F4D9
(241,244,217)
#F7F9E9
(247,249,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBC749 color. Also use rgb(187,199,73) instead hex code.

Text Font Color

.myTextColor { color: #BBC749; }

<p style="color:#BBC749">This sample text font color is #BBC749.</p>

This text font color is #BBC749.

Background Color

.myBgColor { background-color: #BBC749; }

<div style="background-color:#BBC749">Inner text</div>

This div background color is #BBC749.

Border color

.myBorderColor { border: 1px solid #BBC749; }

<div style="border:3px solid #BBC749">Div</div>

This div border color is #BBC749.

Opacity

.myOpacity80 { color: #BBC749; opacity: 0.8; }

<p style="color:#BBC749;opacity:0.8;">80%</p>

Text with #BBC749 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BBC749;}

<p style="text-shadow: 3px 3px 1px #BBC749">Text here.</p>

This text has shadow with #BBC749 color.


.textShadow {text-shadow: 3px 3px 1px #BBC749', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BBC749, 5px 5px 20px red">Text here.</p>

This text has shadow with #BBC749 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BBC749, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BBC749, Direction=45, Strength=4)">Text</p>

This text has shadow with #BBC749 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BBC749;
-webkit-box-shadow: 1px 1px 3px 2px #BBC749;
box-shadow: 1px 1px 3px 2px #BBC749;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BBC749; -webkit-box-shadow: 1px 1px 3px 2px #BBC749; box-shadow:1px 1px 3px 2px #BBC749;">
Div content here
</div>

This div box has shadow with color #BBC749.

Preview

Color preview on black background

This text has color #BBC749 on black background.


Color preview on white background

This text has color #BBC749 on white background.


Black color preview on #BBC749 background

This text has black color on #BBC749 background.


White color preview on #BBC749 background

This text has white color on #BBC749 background.


Related colors

Complementary color

Complementary color for #hex is #4438B6.


I love getcolorcode.com

Triadic colors

1 #49BBC7 and #C749BB with #BBC749 are triadic colors.

2 #49C7BB and #C7BB49 with #BBC749 are triadic colors.