Html Css Color HEX #B2521A Rich Gold

📋 copy color: '#B2521A'

red 178 ◦ green 82 ◦ blue 26

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

Shades of Rich Gold #B2521A

Tints of Rich Gold #B2521A

RGB

 RED value IS 178 (69.92% from 255) = 62.24%

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

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

R = 62.24%
G = 28.67%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B2521A (or 0xB2521A) is known color: Rich Gold. HEX triplet: B2, 52 and 1A. RGB value is (178,82,26). Sum of RGB (Red+Green+Blue) = 178+82+26=286 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.24% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 26 (10.55% from 255 or 9.09% from 286); Max value from RGB is 178 - color contains mainly: red. Hex color #B2521A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2521A is #4DADE5. Grayscale: #686868. Windows color (decimal): -5090790 or 1725106. OLE color: 1725106.

HSL color Cylindrical-coordinate representation of color #B2521A: hue angle of 22.11º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B2521A is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 82 26 -
CMYK 0 0.54 0.85 0.30
HSL 22.11º 0.75% 0.4% -
HSV(B) 22.11º 0.85% 0.7% -
XYZ 21.56 15.57 2.85 -
YUV 104.32 83.8 180.55 -
System Red Green Blue C M Y K H S L
Decimal 178 82 26 0 0.54 0.85 0.30 22.11 0.75 0.4
Hex B2 52 1A 0 36 55 1E 16 4B 28
Octal 262 122 32 0 66 125 36 26 113 50
Binary 10110010 1010010 11010 0 110110 1010101 11110 10110 1001011 101000

Color Harmonies of #B2521A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2521A

Black with #B2521A

Text Example


Text Example

White with #B2521A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2521A; }

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

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

background-color css

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

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

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

border-color css

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

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

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