#B36E00

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

Shades of Dark Goldenrod #B36E00

Tints of Dark Goldenrod #B36E00

Color information

#B36E00 (or 0xB36E00) is unknown color: approx Dark Goldenrod. HEX triplet: B3, 6E and 00. RGB value is (179,110,0). Sum of RGB (Red+Green+Blue) = 179+110+0=289 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.94% from 289); Green value is 110 (43.36% from 255 or 38.06% from 289); Blue value is 0 (0.39% from 255 or 0% from 289); Max value from RGB is 179 - color contains mainly: red. Hex color #B36E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B36E00 is #4C91FF. Grayscale: #767676. Windows color (decimal): -5018112 or 28339. OLE color: 28339.

HSL color Cylindrical-coordinate representation of color #B36E00: hue angle of 36.87º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B36E00 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.30.

Color convert

RGB1791100-
CMYK00.3910.30
HSL36.87º100%35.1%-
HSV(B)36.87º100%70.2%-
XYZ24.1720.742.73-
YUV118.0961.36171.44-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 61.94%
GREEN value IS 110 (43.36% from 255) = 38.06%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.94%
G=38.06%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 1
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179110000.3910.3036.8710035.1
HexB36E0027641E256423
Octal2631560047144364514443
Binary101100111101110001001111100100111101001011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36E00; }

 p { color: rgb(179,110,0); }

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

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

 a { background-color: rgb(179,110,0); }

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

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

 span { border-color: rgb(179,110,0); }

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