#B18415

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

Shades of Dark Goldenrod #B18415

Tints of Dark Goldenrod #B18415

Color information

#B18415 (or 0xB18415) is unknown color: approx Dark Goldenrod. HEX triplet: B1, 84 and 15. RGB value is (177,132,21). Sum of RGB (Red+Green+Blue) = 177+132+21=330 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.64% from 330); Green value is 132 (51.95% from 255 or 40% from 330); Blue value is 21 (8.59% from 255 or 6.36% from 330); Max value from RGB is 177 - color contains mainly: red. Hex color #B18415 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18415 is #4E7BEA. Grayscale: #858585. Windows color (decimal): -5143531 or 1410225. OLE color: 1410225.

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

Color convert

RGB17713221-
CMYK00.250.880.31
HSL42.69º78.79%38.82%-
HSV(B)42.69º88.14%69.41%-
XYZ26.5225.94.31-
YUV132.864.91159.53-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.64%
GREEN value IS 132 (51.95% from 255) = 40%
BLUE value IS 21 (8.59% from 255) = 6.36%
R=53.64%
G=40%
B=6.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771322100.250.880.3142.6978.7938.82
HexB18415019581F2b4f27
Octal26120425031130375311747
Binary1011000110000100101010110011011000111111010111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18415; }

 p { color: rgb(177,132,21); }

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

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

 a { background-color: rgb(177,132,21); }

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

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

 span { border-color: rgb(177,132,21); }

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