#B17B12

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

Shades of Dark Goldenrod #B17B12

Tints of Dark Goldenrod #B17B12

Color information

#B17B12 (or 0xB17B12) is unknown color: approx Dark Goldenrod. HEX triplet: B1, 7B and 12. RGB value is (177,123,18). Sum of RGB (Red+Green+Blue) = 177+123+18=318 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.66% from 318); Green value is 123 (48.44% from 255 or 38.68% from 318); Blue value is 18 (7.42% from 255 or 5.66% from 318); Max value from RGB is 177 - color contains mainly: red. Hex color #B17B12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17B12 is #4E84ED. Grayscale: #7F7F7F. Windows color (decimal): -5145838 or 1211313. OLE color: 1211313.

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

Color convert

RGB17712318-
CMYK00.310.900.31
HSL39.62º81.54%38.24%-
HSV(B)39.62º89.83%69.41%-
XYZ25.3223.563.78-
YUV127.1866.39163.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.66%
GREEN value IS 123 (48.44% from 255) = 38.68%
BLUE value IS 18 (7.42% from 255) = 5.66%
R=55.66%
G=38.68%
B=5.66%

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
Decimal1771231800.310.900.3139.6281.5438.24
HexB17B1201F5A1F285226
Octal26117322037132375012246
Binary101100011111011100100111111011010111111010001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17B12; }

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

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

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

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

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

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

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

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