#BB7812

Color #BB7812 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #BB7812

Tints of Dark Goldenrod #BB7812

Color information

#BB7812 (or 0xBB7812) is unknown color: approx Dark Goldenrod. HEX triplet: BB, 78 and 12. RGB value is (187,120,18). Sum of RGB (Red+Green+Blue) = 187+120+18=325 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.54% from 325); Green value is 120 (47.27% from 255 or 36.92% from 325); Blue value is 18 (7.42% from 255 or 5.54% from 325); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7812 is #4487ED. Grayscale: #808080. Windows color (decimal): -4491246 or 1210555. OLE color: 1210555.

HSL color Cylindrical-coordinate representation of color #BB7812: hue angle of 36.21º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB7812 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB18712018-
CMYK00.360.900.27
HSL36.21º82.44%40.2%-
HSV(B)36.21º90.37%73.33%-
XYZ27.3224.043.77-
YUV128.465.7169.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 57.54%
GREEN value IS 120 (47.27% from 255) = 36.92%
BLUE value IS 18 (7.42% from 255) = 5.54%
R=57.54%
G=36.92%
B=5.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871201800.360.900.2736.2182.4440.2
HexBB78120245A1B245228
Octal27317022044132334412250
Binary1011101111110001001001001001011010110111001001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7812; }

 p { color: rgb(187,120,18); }

 H1.HeaderClassName
 {
   color: #BB7812;
 }
 .AnyTagClassName
 {
   color: #BB7812;
 }
</style>
background-color css

<style>
 a { background-color: #BB7812; }

 a { background-color: rgb(187,120,18); }

 div.DivClassName
 {
   background-color: #BB7812;
 }
 .BgClassName
 {
   background-color: #BB7812;
 }
</style>
border-color css

<style>
 span { border-color: #BB7812; }

 span { border-color: rgb(187,120,18); }

 td.TdClassName
 {
   border-color: #BB7812;
 }
 .TagClassName
 {
   border-color: #BB7812;
 }
</style>