#B36901

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

Shades of Dark Goldenrod #B36901

Tints of Dark Goldenrod #B36901

Color information

#B36901 (or 0xB36901) is unknown color: approx Dark Goldenrod. HEX triplet: B3, 69 and 01. RGB value is (179,105,1). Sum of RGB (Red+Green+Blue) = 179+105+1=285 (37% of max value = 765). Red value is 179 (70.31% from 255 or 62.81% from 285); Green value is 105 (41.41% from 255 or 36.84% from 285); Blue value is 1 (0.78% from 255 or 0.35% from 285); Max value from RGB is 179 - color contains mainly: red. Hex color #B36901 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B36901 is #4C96FE. Grayscale: #737373. Windows color (decimal): -5019391 or 92595. OLE color: 92595.

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

Color convert

RGB1791051-
CMYK00.410.990.30
HSL35.06º98.89%35.29%-
HSV(B)35.06º99.44%70.2%-
XYZ23.6519.692.58-
YUV115.2763.52173.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 62.81%
GREEN value IS 105 (41.41% from 255) = 36.84%
BLUE value IS 1 (0.78% from 255) = 0.35%
R=62.81%
G=36.84%
B=0.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.99
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179105100.410.990.3035.0698.8935.29
HexB3691029631E236323
Octal2631511051143364314343
Binary101100111101001101010011100011111101000111100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36901; }

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

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

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

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

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

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

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

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