#B16D01

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

Shades of Dark Goldenrod #B16D01

Tints of Dark Goldenrod #B16D01

Color information

#B16D01 (or 0xB16D01) is unknown color: approx Dark Goldenrod. HEX triplet: B1, 6D and 01. RGB value is (177,109,1). Sum of RGB (Red+Green+Blue) = 177+109+1=287 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.67% from 287); Green value is 109 (42.97% from 255 or 37.98% from 287); Blue value is 1 (0.78% from 255 or 0.35% from 287); Max value from RGB is 177 - color contains mainly: red. Hex color #B16D01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16D01 is #4E92FE. Grayscale: #757575. Windows color (decimal): -5149439 or 93617. OLE color: 93617.

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

Color convert

RGB1771091-
CMYK00.380.990.31
HSL36.82º98.88%34.9%-
HSV(B)36.82º99.44%69.41%-
XYZ23.6120.292.7-
YUV117.0262.53170.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 61.67%
GREEN value IS 109 (42.97% from 255) = 37.98%
BLUE value IS 1 (0.78% from 255) = 0.35%
R=61.67%
G=37.98%
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
Decimal177109100.380.990.3136.8298.8834.9
HexB16D1026631F256323
Octal2611551046143374514343
Binary101100011101101101001101100011111111001011100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16D01; }

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

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

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

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

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

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

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

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