#B36E02

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

Shades of Dark Goldenrod #B36E02

Tints of Dark Goldenrod #B36E02

Color information

#B36E02 (or 0xB36E02) is unknown color: approx Dark Goldenrod. HEX triplet: B3, 6E and 02. RGB value is (179,110,2). Sum of RGB (Red+Green+Blue) = 179+110+2=291 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.51% from 291); Green value is 110 (43.36% from 255 or 37.80% from 291); Blue value is 2 (1.17% from 255 or 0.69% from 291); Max value from RGB is 179 - color contains mainly: red. Hex color #B36E02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B36E02 is #4C91FD. Grayscale: #767676. Windows color (decimal): -5018110 or 159411. OLE color: 159411.

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

Color convert

RGB1791102-
CMYK00.390.990.30
HSL36.61º97.79%35.49%-
HSV(B)36.61º98.88%70.2%-
XYZ24.1820.742.79-
YUV118.3262.36171.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 61.51%
GREEN value IS 110 (43.36% from 255) = 37.80%
BLUE value IS 2 (1.17% from 255) = 0.69%
R=61.51%
G=37.80%
B=0.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.99
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179110200.390.990.3036.6197.7935.49
HexB36E2027631E256223
Octal2631562047143364514243
Binary1011001111011101001001111100011111101001011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36E02; }

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

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

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

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

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

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

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

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