#B16D00

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

Shades of Dark Goldenrod #B16D00

Tints of Dark Goldenrod #B16D00

Color information

#B16D00 (or 0xB16D00) is unknown color: approx Dark Goldenrod. HEX triplet: B1, 6D and 00. RGB value is (177,109,0). Sum of RGB (Red+Green+Blue) = 177+109+0=286 (37% of max value = 765). Red value is 177 (69.53% from 255 or 61.89% from 286); Green value is 109 (42.97% from 255 or 38.11% from 286); Blue value is 0 (0.39% from 255 or 0% from 286); Max value from RGB is 177 - color contains mainly: red. Hex color #B16D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16D00 is #4E92FF. Grayscale: #757575. Windows color (decimal): -5149440 or 28081. OLE color: 28081.

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

Color convert

RGB1771090-
CMYK00.3810.31
HSL36.95º100%34.71%-
HSV(B)36.95º100%69.41%-
XYZ23.620.282.67-
YUV116.9162.03170.86-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 61.89%
GREEN value IS 109 (42.97% from 255) = 38.11%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.89%
G=38.11%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177109000.3810.3136.9510034.71
HexB16D0026641F256423
Octal2611550046144374514443
Binary101100011101101001001101100100111111001011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16D00; }

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

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

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

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

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

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

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

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