#B16C00

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

Shades of Dark Goldenrod #B16C00

Tints of Dark Goldenrod #B16C00

Color information

#B16C00 (or 0xB16C00) is unknown color: approx Dark Goldenrod. HEX triplet: B1, 6C and 00. RGB value is (177,108,0). Sum of RGB (Red+Green+Blue) = 177+108+0=285 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.11% from 285); Green value is 108 (42.58% from 255 or 37.89% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 177 - color contains mainly: red. Hex color #B16C00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16C00 is #4E93FF. Grayscale: #747474. Windows color (decimal): -5149696 or 27825. OLE color: 27825.

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

Color convert

RGB1771080-
CMYK00.3910.31
HSL36.61º100%34.71%-
HSV(B)36.61º100%69.41%-
XYZ23.4920.072.64-
YUV116.3262.36171.28-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 62.11%
GREEN value IS 108 (42.58% from 255) = 37.89%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.11%
G=37.89%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177108000.3910.3136.6110034.71
HexB16C0027641F256423
Octal2611540047144374514443
Binary101100011101100001001111100100111111001011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16C00; }

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

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

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

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

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

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

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

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