#B88705

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

Shades of Dark Goldenrod #B88705

Tints of Dark Goldenrod #B88705

Color information

#B88705 (or 0xB88705) is unknown color: approx Dark Goldenrod. HEX triplet: B8, 87 and 05. RGB value is (184,135,5). Sum of RGB (Red+Green+Blue) = 184+135+5=324 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.79% from 324); Green value is 135 (53.12% from 255 or 41.67% from 324); Blue value is 5 (2.34% from 255 or 1.54% from 324); Max value from RGB is 184 - color contains mainly: red. Hex color #B88705 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B88705 is #4778FA. Grayscale: #878787. Windows color (decimal): -4684027 or 362424. OLE color: 362424.

HSL color Cylindrical-coordinate representation of color #B88705: hue angle of 43.58º 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 #B88705 is Cyan = 0, Magento = 0.27, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB1841355-
CMYK00.270.970.28
HSL43.58º94.71%37.06%-
HSV(B)43.58º97.28%72.16%-
XYZ28.4627.533.96-
YUV134.8354.73163.07-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 56.79%
GREEN value IS 135 (53.12% from 255) = 41.67%
BLUE value IS 5 (2.34% from 255) = 1.54%
R=56.79%
G=41.67%
B=1.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.97
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184135500.270.970.2843.5894.7137.06
HexB887501B611C2c5f25
Octal2702075033141345413745
Binary10111000100001111010110111100001111001011001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88705; }

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

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

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

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

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

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

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

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