Html Css Color HEX #B1521C Rich Gold

📋 copy color: '#B1521C'

red 177 ◦ green 82 ◦ blue 28

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

Shades of Rich Gold #B1521C

Tints of Rich Gold #B1521C

RGB

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

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

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

R = 61.67%
G = 28.57%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B1521C (or 0xB1521C) is known color: Rich Gold. HEX triplet: B1, 52 and 1C. RGB value is (177,82,28). Sum of RGB (Red+Green+Blue) = 177+82+28=287 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.67% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 28 (11.33% from 255 or 9.76% from 287); Max value from RGB is 177 - color contains mainly: red. Hex color #B1521C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1521C is #4EADE3. Grayscale: #686868. Windows color (decimal): -5156324 or 1856177. OLE color: 1856177.

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

Color convert

RGB 177 82 28 -
CMYK 0 0.54 0.84 0.31
HSL 21.74º 0.73% 0.4% -
HSV(B) 21.74º 0.84% 0.69% -
XYZ 21.36 15.47 2.96 -
YUV 104.25 84.97 179.89 -
System Red Green Blue C M Y K H S L
Decimal 177 82 28 0 0.54 0.84 0.31 21.74 0.73 0.4
Hex B1 52 1C 0 36 54 1F 16 49 28
Octal 261 122 34 0 66 124 37 26 111 50
Binary 10110001 1010010 11100 0 110110 1010100 11111 10110 1001001 101000

Color Harmonies of #B1521C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1521C

Black with #B1521C

Text Example


Text Example

White with #B1521C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1521C; }

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

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

background-color css

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

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

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

border-color css

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

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

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