#B15C15

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

Shades of Rich Gold #B15C15

Tints of Rich Gold #B15C15

Color information

#B15C15 (or 0xB15C15) is unknown color: approx Rich Gold. HEX triplet: B1, 5C and 15. RGB value is (177,92,21). Sum of RGB (Red+Green+Blue) = 177+92+21=290 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.03% from 290); Green value is 92 (36.33% from 255 or 31.72% from 290); Blue value is 21 (8.59% from 255 or 7.24% from 290); Max value from RGB is 177 - color contains mainly: red. Hex color #B15C15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15C15 is #4EA3EA. Grayscale: #6D6D6D. Windows color (decimal): -5153771 or 1399985. OLE color: 1399985.

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

Color convert

RGB1779221-
CMYK00.480.880.31
HSL27.31º78.79%38.82%-
HSV(B)27.31º88.14%69.41%-
XYZ22.0917.062.84-
YUV109.3278.16176.27-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 61.03%
GREEN value IS 92 (36.33% from 255) = 31.72%
BLUE value IS 21 (8.59% from 255) = 7.24%
R=61.03%
G=31.72%
B=7.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177922100.480.880.3127.3178.7938.82
HexB15C15030581F1b4f27
Octal26113425060130373311747
Binary101100011011100101010110000101100011111110111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15C15; }

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

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

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

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

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

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

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

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