#B17000

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

Shades of Dark Goldenrod #B17000

Tints of Dark Goldenrod #B17000

Color information

#B17000 (or 0xB17000) is unknown color: approx Dark Goldenrod. HEX triplet: B1, 70 and 00. RGB value is (177,112,0). Sum of RGB (Red+Green+Blue) = 177+112+0=289 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.25% from 289); Green value is 112 (44.14% from 255 or 38.75% from 289); Blue value is 0 (0.39% from 255 or 0% from 289); Max value from RGB is 177 - color contains mainly: red. Hex color #B17000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17000 is #4E8FFF. Grayscale: #777777. Windows color (decimal): -5148672 or 28849. OLE color: 28849.

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

Color convert

RGB1771120-
CMYK00.3710.31
HSL37.97º100%34.71%-
HSV(B)37.97º100%69.41%-
XYZ23.9320.942.78-
YUV118.6761.03169.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 61.25%
GREEN value IS 112 (44.14% from 255) = 38.75%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.25%
G=38.75%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177112000.3710.3137.9710034.71
HexB1700025641F266423
Octal2611600045144374614443
Binary101100011110000001001011100100111111001101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17000; }

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

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

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

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

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

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

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

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