#B17212

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

Shades of Dark Goldenrod #B17212

Tints of Dark Goldenrod #B17212

Color information

#B17212 (or 0xB17212) is unknown color: approx Dark Goldenrod. HEX triplet: B1, 72 and 12. RGB value is (177,114,18). Sum of RGB (Red+Green+Blue) = 177+114+18=309 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.28% from 309); Green value is 114 (44.92% from 255 or 36.89% from 309); Blue value is 18 (7.42% from 255 or 5.83% from 309); Max value from RGB is 177 - color contains mainly: red. Hex color #B17212 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17212 is #4E8DED. Grayscale: #7A7A7A. Windows color (decimal): -5148142 or 1209009. OLE color: 1209009.

HSL color Cylindrical-coordinate representation of color #B17212: hue angle of 36.23º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B17212 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB17711418-
CMYK00.360.900.31
HSL36.23º81.54%38.24%-
HSV(B)36.23º89.83%69.41%-
XYZ24.2621.433.43-
YUV121.8969.37167.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 57.28%
GREEN value IS 114 (44.92% from 255) = 36.89%
BLUE value IS 18 (7.42% from 255) = 5.83%
R=57.28%
G=36.89%
B=5.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771141800.360.900.3136.2381.5438.24
HexB172120245A1F245226
Octal26116222044132374412246
Binary1011000111100101001001001001011010111111001001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17212; }

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

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

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

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

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

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

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

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