#B17200

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

Shades of Dark Goldenrod #B17200

Tints of Dark Goldenrod #B17200

Color information

#B17200 (or 0xB17200) is unknown color: approx Dark Goldenrod. HEX triplet: B1, 72 and 00. RGB value is (177,114,0). Sum of RGB (Red+Green+Blue) = 177+114+0=291 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.82% from 291); Green value is 114 (44.92% from 255 or 39.18% from 291); Blue value is 0 (0.39% from 255 or 0% from 291); Max value from RGB is 177 - color contains mainly: red. Hex color #B17200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17200 is #4E8DFF. Grayscale: #787878. Windows color (decimal): -5148160 or 29361. OLE color: 29361.

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

Color convert

RGB1771140-
CMYK00.3610.31
HSL38.64º100%34.71%-
HSV(B)38.64º100%69.41%-
XYZ24.1521.382.85-
YUV119.8460.37168.77-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 60.82%
GREEN value IS 114 (44.92% from 255) = 39.18%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.82%
G=39.18%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177114000.3610.3138.6410034.71
HexB1720024641F276423
Octal2611620044144374714443
Binary101100011110010001001001100100111111001111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17200; }

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

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

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

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

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

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

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

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