#B16E01

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

Shades of Dark Goldenrod #B16E01

Tints of Dark Goldenrod #B16E01

Color information

#B16E01 (or 0xB16E01) is unknown color: approx Dark Goldenrod. HEX triplet: B1, 6E and 01. RGB value is (177,110,1). Sum of RGB (Red+Green+Blue) = 177+110+1=288 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.46% from 288); Green value is 110 (43.36% from 255 or 38.19% from 288); Blue value is 1 (0.78% from 255 or 0.35% from 288); Max value from RGB is 177 - color contains mainly: red. Hex color #B16E01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16E01 is #4E91FE. Grayscale: #767676. Windows color (decimal): -5149183 or 93873. OLE color: 93873.

HSL color Cylindrical-coordinate representation of color #B16E01: hue angle of 37.16º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B16E01 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB1771101-
CMYK00.380.990.31
HSL37.16º98.88%34.9%-
HSV(B)37.16º99.44%69.41%-
XYZ23.7120.52.74-
YUV117.6162.2170.36-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 61.46%
GREEN value IS 110 (43.36% from 255) = 38.19%
BLUE value IS 1 (0.78% from 255) = 0.35%
R=61.46%
G=38.19%
B=0.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.99
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177110100.380.990.3137.1698.8834.9
HexB16E1026631F256323
Octal2611561046143374514343
Binary101100011101110101001101100011111111001011100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16E01; }

 p { color: rgb(177,110,1); }

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

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

 a { background-color: rgb(177,110,1); }

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

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

 span { border-color: rgb(177,110,1); }

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