Html Css Color HEX #B0571C Rich Gold

📋 copy color: '#B0571C'

red 176 ◦ green 87 ◦ blue 28

#B0571C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rich Gold #B0571C

Tints of Rich Gold #B0571C

RGB

 RED value IS 176 (69.14% from 255) = 60.48%

 GREEN value IS 87 (34.38% from 255) = 29.9%

 BLUE value IS 28 (11.33% from 255) = 9.62%

R = 60.48%
G = 29.9%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B0571C (or 0xB0571C) is known color: Rich Gold. HEX triplet: B0, 57 and 1C. RGB value is (176,87,28). Sum of RGB (Red+Green+Blue) = 176+87+28=291 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.48% from 291); Green value is 87 (34.38% from 255 or 29.90% from 291); Blue value is 28 (11.33% from 255 or 9.62% from 291); Max value from RGB is 176 - color contains mainly: red. Hex color #B0571C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0571C is #4FA8E3. Grayscale: #6B6B6B. Windows color (decimal): -5220580 or 1857456. OLE color: 1857456.

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

Color convert

RGB 176 87 28 -
CMYK 0 0.51 0.84 0.31
HSL 23.92º 0.73% 0.4% -
HSV(B) 23.92º 0.84% 0.69% -
XYZ 21.52 16.13 3.08 -
YUV 106.89 83.49 177.3 -
System Red Green Blue C M Y K H S L
Decimal 176 87 28 0 0.51 0.84 0.31 23.92 0.73 0.4
Hex B0 57 1C 0 33 54 1F 18 49 28
Octal 260 127 34 0 63 124 37 30 111 50
Binary 10110000 1010111 11100 0 110011 1010100 11111 11000 1001001 101000

Color Harmonies of #B0571C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0571C

Black with #B0571C

Text Example


Text Example

White with #B0571C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0571C; }

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

 H1.HeaderClassName
 {
   color: #B0571C;
 }
 .AnyTagClassName
 {
   color: #B0571C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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