Html Css Color HEX #B0531C Rich Gold

📋 copy color: '#B0531C'

red 176 ◦ green 83 ◦ blue 28

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

Shades of Rich Gold #B0531C

Tints of Rich Gold #B0531C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.92%

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

R = 61.32%
G = 28.92%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B0531C (or 0xB0531C) is known color: Rich Gold. HEX triplet: B0, 53 and 1C. RGB value is (176,83,28). Sum of RGB (Red+Green+Blue) = 176+83+28=287 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.32% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 28 (11.33% from 255 or 9.76% from 287); Max value from RGB is 176 - color contains mainly: red. Hex color #B0531C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0531C is #4FACE3. Grayscale: #686868. Windows color (decimal): -5221604 or 1856432. OLE color: 1856432.

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

Color convert

RGB 176 83 28 -
CMYK 0 0.53 0.84 0.31
HSL 22.3º 0.73% 0.4% -
HSV(B) 22.3º 0.84% 0.69% -
XYZ 21.21 15.5 2.97 -
YUV 104.54 84.81 178.97 -
System Red Green Blue C M Y K H S L
Decimal 176 83 28 0 0.53 0.84 0.31 22.3 0.73 0.4
Hex B0 53 1C 0 35 54 1F 16 49 28
Octal 260 123 34 0 65 124 37 26 111 50
Binary 10110000 1010011 11100 0 110101 1010100 11111 10110 1001001 101000

Color Harmonies of #B0531C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0531C

Black with #B0531C

Text Example


Text Example

White with #B0531C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0531C; }

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

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

background-color css

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

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

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

border-color css

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

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

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