Html Css Color HEX #B1521A Rich Gold

📋 copy color: '#B1521A'

red 177 ◦ green 82 ◦ blue 26

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

Shades of Rich Gold #B1521A

Tints of Rich Gold #B1521A

RGB

 RED value IS 177 (69.53% from 255) = 62.11%

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

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

R = 62.11%
G = 28.77%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B1521A (or 0xB1521A) is known color: Rich Gold. HEX triplet: B1, 52 and 1A. RGB value is (177,82,26). Sum of RGB (Red+Green+Blue) = 177+82+26=285 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.11% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 26 (10.55% from 255 or 9.12% from 285); Max value from RGB is 177 - color contains mainly: red. Hex color #B1521A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1521A is #4EADE5. Grayscale: #686868. Windows color (decimal): -5156326 or 1725105. OLE color: 1725105.

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

Color convert

RGB 177 82 26 -
CMYK 0 0.54 0.85 0.31
HSL 22.25º 0.74% 0.4% -
HSV(B) 22.25º 0.85% 0.69% -
XYZ 21.34 15.46 2.84 -
YUV 104.02 83.97 180.05 -
System Red Green Blue C M Y K H S L
Decimal 177 82 26 0 0.54 0.85 0.31 22.25 0.74 0.4
Hex B1 52 1A 0 36 55 1F 16 4A 28
Octal 261 122 32 0 66 125 37 26 112 50
Binary 10110001 1010010 11010 0 110110 1010101 11111 10110 1001010 101000

Color Harmonies of #B1521A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1521A

Black with #B1521A

Text Example


Text Example

White with #B1521A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1521A; }

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

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

background-color css

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

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

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

border-color css

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

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

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