#B88605

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

Shades of Dark Goldenrod #B88605

Tints of Dark Goldenrod #B88605

Color information

#B88605 (or 0xB88605) is unknown color: approx Dark Goldenrod. HEX triplet: B8, 86 and 05. RGB value is (184,134,5). Sum of RGB (Red+Green+Blue) = 184+134+5=323 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.97% from 323); Green value is 134 (52.73% from 255 or 41.49% from 323); Blue value is 5 (2.34% from 255 or 1.55% from 323); Max value from RGB is 184 - color contains mainly: red. Hex color #B88605 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B88605 is #4779FA. Grayscale: #868686. Windows color (decimal): -4684283 or 362168. OLE color: 362168.

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

Color convert

RGB1841345-
CMYK00.270.970.28
HSL43.24º94.71%37.06%-
HSV(B)43.24º97.28%72.16%-
XYZ28.3227.253.91-
YUV134.2455.06163.49-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 56.97%
GREEN value IS 134 (52.73% from 255) = 41.49%
BLUE value IS 5 (2.34% from 255) = 1.55%
R=56.97%
G=41.49%
B=1.55%

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
Decimal184134500.270.970.2843.2494.7137.06
HexB886501B611C2b5f25
Octal2702065033141345313745
Binary10111000100001101010110111100001111001010111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88605; }

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

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

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

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

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

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

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

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