Html Css Color HEX #B8522C Red Stage

📋 copy color: '#B8522C'

red 184 ◦ green 82 ◦ blue 44

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

Shades of Red Stage #B8522C

Tints of Red Stage #B8522C

RGB

 RED value IS 184 (72.27% from 255) = 59.35%

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

 BLUE value IS 44 (17.58% from 255) = 14.19%

R = 59.35%
G = 26.45%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#B8522C (or 0xB8522C) is known color: Red Stage. HEX triplet: B8, 52 and 2C. RGB value is (184,82,44). Sum of RGB (Red+Green+Blue) = 184+82+44=310 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.35% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 44 (17.58% from 255 or 14.19% from 310); Max value from RGB is 184 - color contains mainly: red. Hex color #B8522C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8522C is #47ADD3. Grayscale: #6C6C6C. Windows color (decimal): -4697556 or 2904760. OLE color: 2904760.

HSL color Cylindrical-coordinate representation of color #B8522C: hue angle of 16.29º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B8522C is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 82 44 -
CMYK 0 0.55 0.76 0.28
HSL 16.29º 0.61% 0.45% -
HSV(B) 16.29º 0.76% 0.72% -
XYZ 23.24 16.41 4.32 -
YUV 108.17 91.79 182.09 -
System Red Green Blue C M Y K H S L
Decimal 184 82 44 0 0.55 0.76 0.28 16.29 0.61 0.45
Hex B8 52 2C 0 37 4C 1C 10 3D 2D
Octal 270 122 54 0 67 114 34 20 75 55
Binary 10111000 1010010 101100 0 110111 1001100 11100 10000 111101 101101

Color Harmonies of #B8522C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8522C

Black with #B8522C

Text Example


Text Example

White with #B8522C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8522C; }

 p { color: rgb(184,82,44); }

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

background-color css

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

 a { background-color: rgb(184,82,44); }

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

border-color css

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

 span { border-color: rgb(184,82,44); }

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