#B36B01

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

Shades of Dark Goldenrod #B36B01

Tints of Dark Goldenrod #B36B01

Color information

#B36B01 (or 0xB36B01) is unknown color: approx Dark Goldenrod. HEX triplet: B3, 6B and 01. RGB value is (179,107,1). Sum of RGB (Red+Green+Blue) = 179+107+1=287 (38% of max value = 765). Red value is 179 (70.31% from 255 or 62.37% from 287); Green value is 107 (42.19% from 255 or 37.28% from 287); Blue value is 1 (0.78% from 255 or 0.35% from 287); Max value from RGB is 179 - color contains mainly: red. Hex color #B36B01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B36B01 is #4C94FE. Grayscale: #747474. Windows color (decimal): -5018879 or 93107. OLE color: 93107.

HSL color Cylindrical-coordinate representation of color #B36B01: hue angle of 35.73º degrees, saturation: 0.99, 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 #B36B01 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB1791071-
CMYK00.400.990.30
HSL35.73º98.89%35.29%-
HSV(B)35.73º99.44%70.2%-
XYZ23.8520.12.65-
YUV116.4462.85172.62-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 62.37%
GREEN value IS 107 (42.19% from 255) = 37.28%
BLUE value IS 1 (0.78% from 255) = 0.35%
R=62.37%
G=37.28%
B=0.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.99
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179107100.400.990.3035.7398.8935.29
HexB36B1028631E246323
Octal2631531050143364414343
Binary101100111101011101010001100011111101001001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36B01; }

 p { color: rgb(179,107,1); }

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

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

 a { background-color: rgb(179,107,1); }

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

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

 span { border-color: rgb(179,107,1); }

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