#B17202

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

Shades of Dark Goldenrod #B17202

Tints of Dark Goldenrod #B17202

Color information

#B17202 (or 0xB17202) is unknown color: approx Dark Goldenrod. HEX triplet: B1, 72 and 02. RGB value is (177,114,2). Sum of RGB (Red+Green+Blue) = 177+114+2=293 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.41% from 293); Green value is 114 (44.92% from 255 or 38.91% from 293); Blue value is 2 (1.17% from 255 or 0.68% from 293); Max value from RGB is 177 - color contains mainly: red. Hex color #B17202 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17202 is #4E8DFD. Grayscale: #787878. Windows color (decimal): -5148158 or 160433. OLE color: 160433.

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

Color convert

RGB1771142-
CMYK00.360.990.31
HSL38.4º97.77%35.1%-
HSV(B)38.4º98.87%69.41%-
XYZ24.1621.392.91-
YUV120.0761.37168.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 60.41%
GREEN value IS 114 (44.92% from 255) = 38.91%
BLUE value IS 2 (1.17% from 255) = 0.68%
R=60.41%
G=38.91%
B=0.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.99
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177114200.360.990.3138.497.7735.1
HexB1722024631F266223
Octal2611622044143374614243
Binary1011000111100101001001001100011111111001101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17202; }

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

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

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

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

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

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

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

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