#B88205

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

Shades of Dark Goldenrod #B88205

Tints of Dark Goldenrod #B88205

Color information

#B88205 (or 0xB88205) is unknown color: approx Dark Goldenrod. HEX triplet: B8, 82 and 05. RGB value is (184,130,5). Sum of RGB (Red+Green+Blue) = 184+130+5=319 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.68% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 5 (2.34% from 255 or 1.57% from 319); Max value from RGB is 184 - color contains mainly: red. Hex color #B88205 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B88205 is #477DFA. Grayscale: #848484. Windows color (decimal): -4685307 or 361144. OLE color: 361144.

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

Color convert

RGB1841305-
CMYK00.290.970.28
HSL41.9º94.71%37.06%-
HSV(B)41.9º97.28%72.16%-
XYZ27.7826.173.73-
YUV131.956.39165.16-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 57.68%
GREEN value IS 130 (51.17% from 255) = 40.75%
BLUE value IS 5 (2.34% from 255) = 1.57%
R=57.68%
G=40.75%
B=1.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.97
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184130500.290.970.2841.994.7137.06
HexB882501D611C2a5f25
Octal2702025035141345213745
Binary10111000100000101010111011100001111001010101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88205; }

 p { color: rgb(184,130,5); }

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

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

 a { background-color: rgb(184,130,5); }

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

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

 span { border-color: rgb(184,130,5); }

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