#B15D15

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

Shades of Rich Gold #B15D15

Tints of Rich Gold #B15D15

Color information

#B15D15 (or 0xB15D15) is unknown color: approx Rich Gold. HEX triplet: B1, 5D and 15. RGB value is (177,93,21). Sum of RGB (Red+Green+Blue) = 177+93+21=291 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.82% from 291); Green value is 93 (36.72% from 255 or 31.96% from 291); Blue value is 21 (8.59% from 255 or 7.22% from 291); Max value from RGB is 177 - color contains mainly: red. Hex color #B15D15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15D15 is #4EA2EA. Grayscale: #6E6E6E. Windows color (decimal): -5153515 or 1400241. OLE color: 1400241.

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

Color convert

RGB1779321-
CMYK00.470.880.31
HSL27.69º78.79%38.82%-
HSV(B)27.69º88.14%69.41%-
XYZ22.1817.232.87-
YUV109.9177.83175.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 60.82%
GREEN value IS 93 (36.72% from 255) = 31.96%
BLUE value IS 21 (8.59% from 255) = 7.22%
R=60.82%
G=31.96%
B=7.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177932100.470.880.3127.6978.7938.82
HexB15D1502F581F1c4f27
Octal26113525057130373411747
Binary101100011011101101010101111101100011111111001001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15D15; }

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

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

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

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

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

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

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

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