#B1511A

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

Shades of Rich Gold #B1511A

Tints of Rich Gold #B1511A

Color information

#B1511A (or 0xB1511A) is unknown color: approx Rich Gold. HEX triplet: B1, 51 and 1A. RGB value is (177,81,26). Sum of RGB (Red+Green+Blue) = 177+81+26=284 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.32% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 26 (10.55% from 255 or 9.15% from 284); Max value from RGB is 177 - color contains mainly: red. Hex color #B1511A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1511A is #4EAEE5. Grayscale: #676767. Windows color (decimal): -5156582 or 1724849. OLE color: 1724849.

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

Color convert

RGB1778126-
CMYK00.540.850.31
HSL21.85º74.38%39.8%-
HSV(B)21.85º85.31%69.41%-
XYZ21.2615.312.81-
YUV103.4384.3180.47-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 62.32%
GREEN value IS 81 (32.03% from 255) = 28.52%
BLUE value IS 26 (10.55% from 255) = 9.15%
R=62.32%
G=28.52%
B=9.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177812600.540.850.3121.8574.3839.8
HexB1511A036551F164a28
Octal26112132066125372611250
Binary101100011010001110100110110101010111111101101001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1511A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1511A; }

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

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

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

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

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

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

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

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