#B15219

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

Shades of Rich Gold #B15219

Tints of Rich Gold #B15219

Color information

#B15219 (or 0xB15219) is unknown color: approx Rich Gold. HEX triplet: B1, 52 and 19. RGB value is (177,82,25). Sum of RGB (Red+Green+Blue) = 177+82+25=284 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.32% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 25 (10.16% from 255 or 8.80% from 284); Max value from RGB is 177 - color contains mainly: red. Hex color #B15219 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15219 is #4EADE6. Grayscale: #686868. Windows color (decimal): -5156327 or 1659569. OLE color: 1659569.

HSL color Cylindrical-coordinate representation of color #B15219: hue angle of 22.5º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B15219 is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB1778225-
CMYK00.540.860.31
HSL22.5º75.25%39.61%-
HSV(B)22.5º85.88%69.41%-
XYZ21.3215.452.78-
YUV103.9183.47180.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 62.32%
GREEN value IS 82 (32.42% from 255) = 28.87%
BLUE value IS 25 (10.16% from 255) = 8.80%
R=62.32%
G=28.87%
B=8.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177822500.540.860.3122.575.2539.61
HexB15219036561F164b28
Octal26112231066126372611350
Binary101100011010010110010110110101011011111101101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15219; }

 p { color: rgb(177,82,25); }

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

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

 a { background-color: rgb(177,82,25); }

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

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

 span { border-color: rgb(177,82,25); }

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