#B9850B

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

Shades of Dark Goldenrod #B9850B

Tints of Dark Goldenrod #B9850B

Color information

#B9850B (or 0xB9850B) is unknown color: approx Dark Goldenrod. HEX triplet: B9, 85 and 0B. RGB value is (185,133,11). Sum of RGB (Red+Green+Blue) = 185+133+11=329 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.23% from 329); Green value is 133 (52.34% from 255 or 40.43% from 329); Blue value is 11 (4.69% from 255 or 3.34% from 329); Max value from RGB is 185 - color contains mainly: red. Hex color #B9850B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9850B is #467AF4. Grayscale: #878787. Windows color (decimal): -4618997 or 755129. OLE color: 755129.

HSL color Cylindrical-coordinate representation of color #B9850B: hue angle of 42.07º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B9850B is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB18513311-
CMYK00.280.940.27
HSL42.07º88.78%38.43%-
HSV(B)42.07º94.05%72.55%-
XYZ28.4627.114.05-
YUV134.6458.23163.92-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.23%
GREEN value IS 133 (52.34% from 255) = 40.43%
BLUE value IS 11 (4.69% from 255) = 3.34%
R=56.23%
G=40.43%
B=3.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.94
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851331100.280.940.2742.0788.7838.43
HexB985B01C5E1B2a5926
Octal27120513034136335213146
Binary101110011000010110110111001011110110111010101011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9850B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9850B; }

 p { color: rgb(185,133,11); }

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

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

 a { background-color: rgb(185,133,11); }

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

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

 span { border-color: rgb(185,133,11); }

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