#B98912

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

Shades of Dark Goldenrod #B98912

Tints of Dark Goldenrod #B98912

Color information

#B98912 (or 0xB98912) is unknown color: approx Dark Goldenrod. HEX triplet: B9, 89 and 12. RGB value is (185,137,18). Sum of RGB (Red+Green+Blue) = 185+137+18=340 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.41% from 340); Green value is 137 (53.91% from 255 or 40.29% from 340); Blue value is 18 (7.42% from 255 or 5.29% from 340); Max value from RGB is 185 - color contains mainly: red. Hex color #B98912 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98912 is #4676ED. Grayscale: #8A8A8A. Windows color (decimal): -4617966 or 1214905. OLE color: 1214905.

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

Color convert

RGB18513718-
CMYK00.260.900.27
HSL42.75º82.27%39.8%-
HSV(B)42.75º90.27%72.55%-
XYZ29.0628.254.49-
YUV137.7960.4161.68-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.41%
GREEN value IS 137 (53.91% from 255) = 40.29%
BLUE value IS 18 (7.42% from 255) = 5.29%
R=54.41%
G=40.29%
B=5.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851371800.260.900.2742.7582.2739.8
HexB9891201A5A1B2b5228
Octal27121122032132335312250
Binary1011100110001001100100110101011010110111010111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98912; }

 p { color: rgb(185,137,18); }

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

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

 a { background-color: rgb(185,137,18); }

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

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

 span { border-color: rgb(185,137,18); }

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