#B15719

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

Shades of Rich Gold #B15719

Tints of Rich Gold #B15719

Color information

#B15719 (or 0xB15719) is unknown color: approx Rich Gold. HEX triplet: B1, 57 and 19. RGB value is (177,87,25). Sum of RGB (Red+Green+Blue) = 177+87+25=289 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.25% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 25 (10.16% from 255 or 8.65% from 289); Max value from RGB is 177 - color contains mainly: red. Hex color #B15719 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15719 is #4EA8E6. Grayscale: #6B6B6B. Windows color (decimal): -5155047 or 1660849. OLE color: 1660849.

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

Color convert

RGB1778725-
CMYK00.510.860.31
HSL24.47º75.25%39.61%-
HSV(B)24.47º85.88%69.41%-
XYZ21.7216.232.91-
YUV106.8481.82178.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 61.25%
GREEN value IS 87 (34.38% from 255) = 30.10%
BLUE value IS 25 (10.16% from 255) = 8.65%
R=61.25%
G=30.10%
B=8.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177872500.510.860.3124.4775.2539.61
HexB15719033561F184b28
Octal26112731063126373011350
Binary101100011010111110010110011101011011111110001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15719; }

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

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

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

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

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

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

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

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