#BB9012

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

Shades of Dark Goldenrod #BB9012

Tints of Dark Goldenrod #BB9012

Color information

#BB9012 (or 0xBB9012) is unknown color: approx Dark Goldenrod. HEX triplet: BB, 90 and 12. RGB value is (187,144,18). Sum of RGB (Red+Green+Blue) = 187+144+18=349 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.58% from 349); Green value is 144 (56.64% from 255 or 41.26% from 349); Blue value is 18 (7.42% from 255 or 5.16% from 349); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9012 is #446FED. Grayscale: #8F8F8F. Windows color (decimal): -4485102 or 1216699. OLE color: 1216699.

HSL color Cylindrical-coordinate representation of color #BB9012: hue angle of 44.73º 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 #BB9012 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB18714418-
CMYK00.230.900.27
HSL44.73º82.44%40.2%-
HSV(B)44.73º90.37%73.33%-
XYZ30.5830.554.86-
YUV142.4957.75159.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.58%
GREEN value IS 144 (56.64% from 255) = 41.26%
BLUE value IS 18 (7.42% from 255) = 5.16%
R=53.58%
G=41.26%
B=5.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871441800.230.900.2744.7382.4440.2
HexBB90120175A1B2d5228
Octal27322022027132335512250
Binary1011101110010000100100101111011010110111011011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9012; }

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

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

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

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

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

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

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

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