#B88315

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

Shades of Dark Goldenrod #B88315

Tints of Dark Goldenrod #B88315

Color information

#B88315 (or 0xB88315) is unknown color: approx Dark Goldenrod. HEX triplet: B8, 83 and 15. RGB value is (184,131,21). Sum of RGB (Red+Green+Blue) = 184+131+21=336 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.76% from 336); Green value is 131 (51.56% from 255 or 38.99% from 336); Blue value is 21 (8.59% from 255 or 6.25% from 336); Max value from RGB is 184 - color contains mainly: red. Hex color #B88315 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B88315 is #477CEA. Grayscale: #868686. Windows color (decimal): -4685035 or 1409976. OLE color: 1409976.

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

Color convert

RGB18413121-
CMYK00.290.890.28
HSL40.49º79.51%40.2%-
HSV(B)40.49º88.59%72.16%-
XYZ28.0226.484.34-
YUV134.3164.06163.44-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 54.76%
GREEN value IS 131 (51.56% from 255) = 38.99%
BLUE value IS 21 (8.59% from 255) = 6.25%
R=54.76%
G=38.99%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.89
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841312100.290.890.2840.4979.5140.2
HexB8831501D591C285028
Octal27020325035131345012050
Binary1011100010000011101010111011011001111001010001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88315; }

 p { color: rgb(184,131,21); }

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

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

 a { background-color: rgb(184,131,21); }

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

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

 span { border-color: rgb(184,131,21); }

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