Html Css Color HEX #B0521A Rich Gold

📋 copy color: '#B0521A'

red 176 ◦ green 82 ◦ blue 26

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

Shades of Rich Gold #B0521A

Tints of Rich Gold #B0521A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.87%

 BLUE value IS 26 (10.55% from 255) = 9.15%

R = 61.97%
G = 28.87%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B0521A (or 0xB0521A) is known color: Rich Gold. HEX triplet: B0, 52 and 1A. RGB value is (176,82,26). Sum of RGB (Red+Green+Blue) = 176+82+26=284 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.97% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 26 (10.55% from 255 or 9.15% from 284); Max value from RGB is 176 - color contains mainly: red. Hex color #B0521A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0521A is #4FADE5. Grayscale: #686868. Windows color (decimal): -5221862 or 1725104. OLE color: 1725104.

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

Color convert

RGB 176 82 26 -
CMYK 0 0.53 0.85 0.31
HSL 22.4º 0.74% 0.4% -
HSV(B) 22.4º 0.85% 0.69% -
XYZ 21.11 15.34 2.83 -
YUV 103.72 84.14 179.55 -
System Red Green Blue C M Y K H S L
Decimal 176 82 26 0 0.53 0.85 0.31 22.4 0.74 0.4
Hex B0 52 1A 0 35 55 1F 16 4A 28
Octal 260 122 32 0 65 125 37 26 112 50
Binary 10110000 1010010 11010 0 110101 1010101 11111 10110 1001010 101000

Color Harmonies of #B0521A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0521A

Black with #B0521A

Text Example


Text Example

White with #B0521A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0521A; }

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

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

background-color css

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

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

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

border-color css

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

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

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