#B0591A

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

Shades of Rich Gold #B0591A

Tints of Rich Gold #B0591A

Color information

#B0591A (or 0xB0591A) is unknown color: approx Rich Gold. HEX triplet: B0, 59 and 1A. RGB value is (176,89,26). Sum of RGB (Red+Green+Blue) = 176+89+26=291 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.48% from 291); Green value is 89 (35.16% from 255 or 30.58% from 291); Blue value is 26 (10.55% from 255 or 8.93% from 291); Max value from RGB is 176 - color contains mainly: red. Hex color #B0591A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0591A is #4FA6E5. Grayscale: #6C6C6C. Windows color (decimal): -5220070 or 1726896. OLE color: 1726896.

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

Color convert

RGB1768926-
CMYK00.490.850.31
HSL25.2º74.26%39.61%-
HSV(B)25.2º85.23%69.02%-
XYZ21.6616.453.01-
YUV107.8381.82176.62-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 60.48%
GREEN value IS 89 (35.16% from 255) = 30.58%
BLUE value IS 26 (10.55% from 255) = 8.93%
R=60.48%
G=30.58%
B=8.93%

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
Decimal176892600.490.850.3125.274.2639.61
HexB0591A031551F194a28
Octal26013132061125373111250
Binary101100001011001110100110001101010111111110011001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0591A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0591A; }

 p { color: rgb(176,89,26); }

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

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

 a { background-color: rgb(176,89,26); }

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

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

 span { border-color: rgb(176,89,26); }

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