#B15C16

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

Shades of Rich Gold #B15C16

Tints of Rich Gold #B15C16

Color information

#B15C16 (or 0xB15C16) is unknown color: approx Rich Gold. HEX triplet: B1, 5C and 16. RGB value is (177,92,22). Sum of RGB (Red+Green+Blue) = 177+92+22=291 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.82% from 291); Green value is 92 (36.33% from 255 or 31.62% from 291); Blue value is 22 (8.98% from 255 or 7.56% from 291); Max value from RGB is 177 - color contains mainly: red. Hex color #B15C16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15C16 is #4EA3E9. Grayscale: #6D6D6D. Windows color (decimal): -5153770 or 1465521. OLE color: 1465521.

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

Color convert

RGB1779222-
CMYK00.480.880.31
HSL27.1º77.89%39.02%-
HSV(B)27.1º87.57%69.41%-
XYZ22.117.062.89-
YUV109.4378.66176.19-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 60.82%
GREEN value IS 92 (36.33% from 255) = 31.62%
BLUE value IS 22 (8.98% from 255) = 7.56%
R=60.82%
G=31.62%
B=7.56%

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
Decimal177922200.480.880.3127.177.8939.02
HexB15C16030581F1b4e27
Octal26113426060130373311647
Binary101100011011100101100110000101100011111110111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15C16; }

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

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

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

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

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

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

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

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