#B98810

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

Shades of Dark Goldenrod #B98810

Tints of Dark Goldenrod #B98810

Color information

#B98810 (or 0xB98810) is unknown color: approx Dark Goldenrod. HEX triplet: B9, 88 and 10. RGB value is (185,136,16). Sum of RGB (Red+Green+Blue) = 185+136+16=337 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.90% from 337); Green value is 136 (53.52% from 255 or 40.36% from 337); Blue value is 16 (6.64% from 255 or 4.75% from 337); Max value from RGB is 185 - color contains mainly: red. Hex color #B98810 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98810 is #4677EF. Grayscale: #898989. Windows color (decimal): -4618224 or 1083577. OLE color: 1083577.

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

Color convert

RGB18513616-
CMYK00.260.910.27
HSL42.6º84.08%39.41%-
HSV(B)42.6º91.35%72.55%-
XYZ28.9127.964.36-
YUV136.9759.73162.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.90%
GREEN value IS 136 (53.52% from 255) = 40.36%
BLUE value IS 16 (6.64% from 255) = 4.75%
R=54.90%
G=40.36%
B=4.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851361600.260.910.2742.684.0839.41
HexB9881001A5B1B2b5427
Octal27121020032133335312447
Binary1011100110001000100000110101011011110111010111010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98810; }

 p { color: rgb(185,136,16); }

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

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

 a { background-color: rgb(185,136,16); }

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

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

 span { border-color: rgb(185,136,16); }

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