#B16C01

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

Shades of Dark Goldenrod #B16C01

Tints of Dark Goldenrod #B16C01

Color information

#B16C01 (or 0xB16C01) is unknown color: approx Dark Goldenrod. HEX triplet: B1, 6C and 01. RGB value is (177,108,1). Sum of RGB (Red+Green+Blue) = 177+108+1=286 (37% of max value = 765). Red value is 177 (69.53% from 255 or 61.89% from 286); Green value is 108 (42.58% from 255 or 37.76% from 286); Blue value is 1 (0.78% from 255 or 0.35% from 286); Max value from RGB is 177 - color contains mainly: red. Hex color #B16C01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16C01 is #4E93FE. Grayscale: #747474. Windows color (decimal): -5149695 or 93361. OLE color: 93361.

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

Color convert

RGB1771081-
CMYK00.390.990.31
HSL36.48º98.88%34.9%-
HSV(B)36.48º99.44%69.41%-
XYZ23.520.072.66-
YUV116.4362.86171.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 61.89%
GREEN value IS 108 (42.58% from 255) = 37.76%
BLUE value IS 1 (0.78% from 255) = 0.35%
R=61.89%
G=37.76%
B=0.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.99
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177108100.390.990.3136.4898.8834.9
HexB16C1027631F246323
Octal2611541047143374414343
Binary101100011101100101001111100011111111001001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16C01; }

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

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

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

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

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

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

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

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