#B0571D

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

Shades of Rich Gold #B0571D

Tints of Rich Gold #B0571D

Color information

#B0571D (or 0xB0571D) is unknown color: approx Rich Gold. HEX triplet: B0, 57 and 1D. RGB value is (176,87,29). Sum of RGB (Red+Green+Blue) = 176+87+29=292 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.27% from 292); Green value is 87 (34.38% from 255 or 29.79% from 292); Blue value is 29 (11.72% from 255 or 9.93% from 292); Max value from RGB is 176 - color contains mainly: red. Hex color #B0571D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0571D is #4FA8E2. Grayscale: #6B6B6B. Windows color (decimal): -5220579 or 1922992. OLE color: 1922992.

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

Color convert

RGB1768729-
CMYK00.510.840.31
HSL23.67º71.71%40.2%-
HSV(B)23.67º83.52%69.02%-
XYZ21.5316.143.14-
YUV10783.99177.22-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 60.27%
GREEN value IS 87 (34.38% from 255) = 29.79%
BLUE value IS 29 (11.72% from 255) = 9.93%
R=60.27%
G=29.79%
B=9.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176872900.510.840.3123.6771.7140.2
HexB0571D033541F184828
Octal26012735063124373011050
Binary101100001010111111010110011101010011111110001001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0571D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0571D; }

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

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

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

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

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

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

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

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