#B17A12

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

Shades of Dark Goldenrod #B17A12

Tints of Dark Goldenrod #B17A12

Color information

#B17A12 (or 0xB17A12) is unknown color: approx Dark Goldenrod. HEX triplet: B1, 7A and 12. RGB value is (177,122,18). Sum of RGB (Red+Green+Blue) = 177+122+18=317 (41% of max value = 765). Red value is 177 (69.53% from 255 or 55.84% from 317); Green value is 122 (48.05% from 255 or 38.49% from 317); Blue value is 18 (7.42% from 255 or 5.68% from 317); Max value from RGB is 177 - color contains mainly: red. Hex color #B17A12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17A12 is #4E85ED. Grayscale: #7F7F7F. Windows color (decimal): -5146094 or 1211057. OLE color: 1211057.

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

Color convert

RGB17712218-
CMYK00.310.900.31
HSL39.25º81.54%38.24%-
HSV(B)39.25º89.83%69.41%-
XYZ25.223.313.74-
YUV126.5966.72163.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.84%
GREEN value IS 122 (48.05% from 255) = 38.49%
BLUE value IS 18 (7.42% from 255) = 5.68%
R=55.84%
G=38.49%
B=5.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771221800.310.900.3139.2581.5438.24
HexB17A1201F5A1F275226
Octal26117222037132374712246
Binary101100011111010100100111111011010111111001111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17A12; }

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

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

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

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

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

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

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

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