#B15B15

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

Shades of Rich Gold #B15B15

Tints of Rich Gold #B15B15

Color information

#B15B15 (or 0xB15B15) is unknown color: approx Rich Gold. HEX triplet: B1, 5B and 15. RGB value is (177,91,21). Sum of RGB (Red+Green+Blue) = 177+91+21=289 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.25% from 289); Green value is 91 (35.94% from 255 or 31.49% from 289); Blue value is 21 (8.59% from 255 or 7.27% from 289); Max value from RGB is 177 - color contains mainly: red. Hex color #B15B15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15B15 is #4EA4EA. Grayscale: #6D6D6D. Windows color (decimal): -5154027 or 1399729. OLE color: 1399729.

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

Color convert

RGB1779121-
CMYK00.490.880.31
HSL26.92º78.79%38.82%-
HSV(B)26.92º88.14%69.41%-
XYZ22.0116.882.81-
YUV108.7378.49176.69-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 61.25%
GREEN value IS 91 (35.94% from 255) = 31.49%
BLUE value IS 21 (8.59% from 255) = 7.27%
R=61.25%
G=31.49%
B=7.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177912100.490.880.3126.9278.7938.82
HexB15B15031581F1b4f27
Octal26113325061130373311747
Binary101100011011011101010110001101100011111110111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15B15; }

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

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

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

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

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

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

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

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