#B17A18

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

Shades of Dark Goldenrod #B17A18

Tints of Dark Goldenrod #B17A18

Color information

#B17A18 (or 0xB17A18) is unknown color: approx Dark Goldenrod. HEX triplet: B1, 7A and 18. RGB value is (177,122,24). Sum of RGB (Red+Green+Blue) = 177+122+24=323 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.80% from 323); Green value is 122 (48.05% from 255 or 37.77% from 323); Blue value is 24 (9.77% from 255 or 7.43% from 323); Max value from RGB is 177 - color contains mainly: red. Hex color #B17A18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17A18 is #4E85E7. Grayscale: #7F7F7F. Windows color (decimal): -5146088 or 1604273. OLE color: 1604273.

HSL color Cylindrical-coordinate representation of color #B17A18: hue angle of 38.43º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B17A18 is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB17712224-
CMYK00.310.860.31
HSL38.43º76.12%39.41%-
HSV(B)38.43º86.44%69.41%-
XYZ25.2623.334.04-
YUV127.2769.72163.47-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.80%
GREEN value IS 122 (48.05% from 255) = 37.77%
BLUE value IS 24 (9.77% from 255) = 7.43%
R=54.80%
G=37.77%
B=7.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771222400.310.860.3138.4376.1239.41
HexB17A1801F561F264c27
Octal26117230037126374611447
Binary101100011111010110000111111010110111111001101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17A18; }

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

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

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

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

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

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

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

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