#B15815

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

Shades of Rich Gold #B15815

Tints of Rich Gold #B15815

Color information

#B15815 (or 0xB15815) is unknown color: approx Rich Gold. HEX triplet: B1, 58 and 15. RGB value is (177,88,21). Sum of RGB (Red+Green+Blue) = 177+88+21=286 (37% of max value = 765). Red value is 177 (69.53% from 255 or 61.89% from 286); Green value is 88 (34.77% from 255 or 30.77% from 286); Blue value is 21 (8.59% from 255 or 7.34% from 286); Max value from RGB is 177 - color contains mainly: red. Hex color #B15815 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15815 is #4EA7EA. Grayscale: #6B6B6B. Windows color (decimal): -5154795 or 1398961. OLE color: 1398961.

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

Color convert

RGB1778821-
CMYK00.500.880.31
HSL25.77º78.79%38.82%-
HSV(B)25.77º88.14%69.41%-
XYZ21.7616.382.72-
YUV106.9779.49177.95-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 61.89%
GREEN value IS 88 (34.77% from 255) = 30.77%
BLUE value IS 21 (8.59% from 255) = 7.34%
R=61.89%
G=30.77%
B=7.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177882100.500.880.3125.7778.7938.82
HexB15815032581F1a4f27
Octal26113025062130373211747
Binary101100011011000101010110010101100011111110101001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15815; }

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

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

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

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

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

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

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

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