#B15A1A

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

Shades of Rich Gold #B15A1A

Tints of Rich Gold #B15A1A

Color information

#B15A1A (or 0xB15A1A) is unknown color: approx Rich Gold. HEX triplet: B1, 5A and 1A. RGB value is (177,90,26). Sum of RGB (Red+Green+Blue) = 177+90+26=293 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.41% from 293); Green value is 90 (35.55% from 255 or 30.72% from 293); Blue value is 26 (10.55% from 255 or 8.87% from 293); Max value from RGB is 177 - color contains mainly: red. Hex color #B15A1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15A1A is #4EA5E5. Grayscale: #6D6D6D. Windows color (decimal): -5154278 or 1727153. OLE color: 1727153.

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

Color convert

RGB1779026-
CMYK00.490.850.31
HSL25.43º74.38%39.8%-
HSV(B)25.43º85.31%69.41%-
XYZ21.9716.733.05-
YUV108.7281.32176.7-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 60.41%
GREEN value IS 90 (35.55% from 255) = 30.72%
BLUE value IS 26 (10.55% from 255) = 8.87%
R=60.41%
G=30.72%
B=8.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177902600.490.850.3125.4374.3839.8
HexB15A1A031551F194a28
Octal26113232061125373111250
Binary101100011011010110100110001101010111111110011001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15A1A; }

 p { color: rgb(177,90,26); }

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

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

 a { background-color: rgb(177,90,26); }

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

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

 span { border-color: rgb(177,90,26); }

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