#B16B00

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

Shades of Dark Goldenrod #B16B00

Tints of Dark Goldenrod #B16B00

Color information

#B16B00 (or 0xB16B00) is unknown color: approx Dark Goldenrod. HEX triplet: B1, 6B and 00. RGB value is (177,107,0). Sum of RGB (Red+Green+Blue) = 177+107+0=284 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.32% from 284); Green value is 107 (42.19% from 255 or 37.68% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 177 - color contains mainly: red. Hex color #B16B00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16B00 is #4E94FF. Grayscale: #747474. Windows color (decimal): -5149952 or 27569. OLE color: 27569.

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

Color convert

RGB1771070-
CMYK00.4010.31
HSL36.27º100%34.71%-
HSV(B)36.27º100%69.41%-
XYZ23.3919.862.6-
YUV115.7362.69171.7-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 62.32%
GREEN value IS 107 (42.19% from 255) = 37.68%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.32%
G=37.68%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177107000.4010.3136.2710034.71
HexB16B0028641F246423
Octal2611530050144374414443
Binary101100011101011001010001100100111111001001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16B00; }

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

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

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

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

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

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

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

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