COLOR #BB7F08

HEX: #BB7F08
RGB: (187,127,8)

Color info

#BB7F08 contains mainly red color. Web safe color of #BB7F08 is #CC6600 (or #C60).

RGB color model

#BB7F08 color RGB value is (187,127,8).

  • red value is 187;
  • green value is 127;
  • blue value is 8.
RGB: (187,127,8) (73%,50%,3%)

RGB channels and saturation

R 187 of 255 = 73%
G 127 of 255 = 50%
B 8 of 255 = 3%

187
127
8

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

Portions of RGB colors in percentages

R + G + B =
187 + 127 + 8 = 322 (100%)
R 187 of 322 ~ 58.07%
G 127 of 322 ~ 39.44%
B 8 of 322 ~ 2.48%

%58.07
%39.44

CMYK color model

#BB7F08 color CMYK value is (0,32,96,27).

  • cyan value is 0.00%
  • magenta value is 32.09%
  • yellow value is 95.72%
  • key color value is 26.67%
CMYK: (0,32,96,27) C0M32Y96K27 (0%,32%,96%,27%) (0.00/0.32/0.96/0.27)

CMYK percentages

%0
%32.09
%95.72
%26.67

Codes

Color #BB7F08 in popluar color models

BB7F08
RGB1871278
HSL40°91.79%38.24%
HSB/HSV40°95.72%73.33%
CMYK0.00%32.09%95.72%
26.67%

Color #BB7F08 in popluar number systems.

HEXBB7F08
Decimal1871278
Binary1011101111111111000
Octal27317710

Shades and tints

Shades of #BB7F08

#BB7F08
(187,127,8)
#AA7408
(170,116,8)
#996908
(153,105,8)
#885E08
(136,94,8)
#775308
(119,83,8)
#664808
(102,72,8)
#553D08
(85,61,8)
#443208
(68,50,8)
#332708
(51,39,8)
#221C08
(34,28,8)
#111108
(17,17,8)
#000000
(0,0,0)

Tints of #BB7F08

#BB7F08
(187,127,8)
#C18A1E
(193,138,30)
#C79534
(199,149,52)
#CDA04A
(205,160,74)
#D3AB60
(211,171,96)
#D9B676
(217,182,118)
#DFC18C
(223,193,140)
#E5CCA2
(229,204,162)
#EBD7B8
(235,215,184)
#F1E2CE
(241,226,206)
#F7EDE4
(247,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB7F08 color. Also use rgb(187,127,8) instead hex code.

Text Font Color

.myTextColor { color: #BB7F08; }

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

This text font color is #BB7F08.


Background Color

.myBgColor { background-color: #BB7F08; }

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

This div background color is #BB7F08.


Border color

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

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

This div border color is #BB7F08.


Opacity

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

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

Text with #BB7F08 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 #BB7F08;}

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

This text has shadow with #BB7F08 color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #BB7F08; -webkit-box-shadow:	1px 1px 3px 2px #BB7F08; box-shadow:	1px 1px 3px 2px #BB7F08; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BB7F08; -webkit-box-shadow: 1px 1px 3px 2px #BB7F08; box-shadow:1px 1px 3px 2px #BB7F08;">
Div content here</div>
This div box has shadow with color #BB7F08.

Preview

Color preview on black background

This text has color #BB7F08 on black background.


Color preview on white background

This text has color #BB7F08 on white background.



Black color preview on #BB7F08 background

This text has black color on #BB7F08 background.


White color preview on #BB7F08 background

This text has white color on #BB7F08 background.