#B8850B

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

Shades of Dark Goldenrod #B8850B

Tints of Dark Goldenrod #B8850B

Color information

#B8850B (or 0xB8850B) is unknown color: approx Dark Goldenrod. HEX triplet: B8, 85 and 0B. RGB value is (184,133,11). Sum of RGB (Red+Green+Blue) = 184+133+11=328 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.10% from 328); Green value is 133 (52.34% from 255 or 40.55% from 328); Blue value is 11 (4.69% from 255 or 3.35% from 328); Max value from RGB is 184 - color contains mainly: red. Hex color #B8850B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8850B is #477AF4. Grayscale: #868686. Windows color (decimal): -4684533 or 755128. OLE color: 755128.

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

Color convert

RGB18413311-
CMYK00.280.940.28
HSL42.31º88.72%38.24%-
HSV(B)42.31º94.02%72.16%-
XYZ28.2226.994.04-
YUV134.3458.4163.42-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 56.10%
GREEN value IS 133 (52.34% from 255) = 40.55%
BLUE value IS 11 (4.69% from 255) = 3.35%
R=56.10%
G=40.55%
B=3.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.94
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841331100.280.940.2842.3188.7238.24
HexB885B01C5E1C2a5926
Octal27020513034136345213146
Binary101110001000010110110111001011110111001010101011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8850B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8850B; }

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

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

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

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

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

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

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

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