#B0541D

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

Shades of Rich Gold #B0541D

Tints of Rich Gold #B0541D

Color information

#B0541D (or 0xB0541D) is unknown color: approx Rich Gold. HEX triplet: B0, 54 and 1D. RGB value is (176,84,29). Sum of RGB (Red+Green+Blue) = 176+84+29=289 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.90% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 29 (11.72% from 255 or 10.03% from 289); Max value from RGB is 176 - color contains mainly: red. Hex color #B0541D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0541D is #4FABE2. Grayscale: #696969. Windows color (decimal): -5221347 or 1922224. OLE color: 1922224.

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

Color convert

RGB1768429-
CMYK00.520.840.31
HSL22.45º71.71%40.2%-
HSV(B)22.45º83.52%69.02%-
XYZ21.315.663.06-
YUV105.2484.98178.47-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 60.90%
GREEN value IS 84 (33.20% from 255) = 29.07%
BLUE value IS 29 (11.72% from 255) = 10.03%
R=60.90%
G=29.07%
B=10.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176842900.520.840.3122.4571.7140.2
HexB0541D034541F164828
Octal26012435064124372611050
Binary101100001010100111010110100101010011111101101001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0541D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0541D; }

 p { color: rgb(176,84,29); }

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

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

 a { background-color: rgb(176,84,29); }

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

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

 span { border-color: rgb(176,84,29); }

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