#B15718

Color #B15718 Rich Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Gold #B15718

Tints of Rich Gold #B15718

Color information

#B15718 (or 0xB15718) is unknown color: approx Rich Gold. HEX triplet: B1, 57 and 18. RGB value is (177,87,24). Sum of RGB (Red+Green+Blue) = 177+87+24=288 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.46% from 288); Green value is 87 (34.38% from 255 or 30.21% from 288); Blue value is 24 (9.77% from 255 or 8.33% from 288); Max value from RGB is 177 - color contains mainly: red. Hex color #B15718 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15718 is #4EA8E7. Grayscale: #6B6B6B. Windows color (decimal): -5155048 or 1595313. OLE color: 1595313.

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

Color convert

RGB1778724-
CMYK00.510.860.31
HSL24.71º76.12%39.41%-
HSV(B)24.71º86.44%69.41%-
XYZ21.716.232.85-
YUV106.7381.32178.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 61.46%
GREEN value IS 87 (34.38% from 255) = 30.21%
BLUE value IS 24 (9.77% from 255) = 8.33%
R=61.46%
G=30.21%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177872400.510.860.3124.7176.1239.41
HexB15718033561F194c27
Octal26112730063126373111447
Binary101100011010111110000110011101011011111110011001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15718; }

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

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

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

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

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

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

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

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