#B98905

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

Shades of Dark Goldenrod #B98905

Tints of Dark Goldenrod #B98905

Color information

#B98905 (or 0xB98905) is unknown color: approx Dark Goldenrod. HEX triplet: B9, 89 and 05. RGB value is (185,137,5). Sum of RGB (Red+Green+Blue) = 185+137+5=327 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.57% from 327); Green value is 137 (53.91% from 255 or 41.90% from 327); Blue value is 5 (2.34% from 255 or 1.53% from 327); Max value from RGB is 185 - color contains mainly: red. Hex color #B98905 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98905 is #4676FA. Grayscale: #888888. Windows color (decimal): -4617979 or 362937. OLE color: 362937.

HSL color Cylindrical-coordinate representation of color #B98905: hue angle of 44º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B98905 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB1851375-
CMYK00.260.970.27
HSL44º94.74%37.25%-
HSV(B)44º97.3%72.55%-
XYZ28.9828.224.06-
YUV136.353.9162.73-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.57%
GREEN value IS 137 (53.91% from 255) = 41.90%
BLUE value IS 5 (2.34% from 255) = 1.53%
R=56.57%
G=41.90%
B=1.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185137500.260.970.274494.7437.25
HexB989501A611B2c5f25
Octal2712115032141335413745
Binary10111001100010011010110101100001110111011001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98905; }

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

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

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

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

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

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

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

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