Html Css Color HEX #B64E31 Red Stage

📋 copy color: '#B64E31'

red 182 ◦ green 78 ◦ blue 49

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

Shades of Red Stage #B64E31

Tints of Red Stage #B64E31

RGB

 RED value IS 182 (71.48% from 255) = 58.9%

 GREEN value IS 78 (30.86% from 255) = 25.24%

 BLUE value IS 49 (19.53% from 255) = 15.86%

R = 58.9%
G = 25.24%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B64E31 (or 0xB64E31) is known color: Red Stage. HEX triplet: B6, 4E and 31. RGB value is (182,78,49). Sum of RGB (Red+Green+Blue) = 182+78+49=309 (40% of max value = 765). Red value is 182 (71.48% from 255 or 58.90% from 309); Green value is 78 (30.86% from 255 or 25.24% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 182 - color contains mainly: red. Hex color #B64E31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B64E31 is #49B1CE. Grayscale: #6A6A6A. Windows color (decimal): -4829647 or 3231414. OLE color: 3231414.

HSL color Cylindrical-coordinate representation of color #B64E31: hue angle of 13.08º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B64E31 is Cyan = 0, Magento = 0.57, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 78 49 -
CMYK 0 0.57 0.73 0.29
HSL 13.08º 0.58% 0.45% -
HSV(B) 13.08º 0.73% 0.71% -
XYZ 22.57 15.62 4.73 -
YUV 105.79 95.96 182.36 -
System Red Green Blue C M Y K H S L
Decimal 182 78 49 0 0.57 0.73 0.29 13.08 0.58 0.45
Hex B6 4E 31 0 39 49 1D D 3A 2D
Octal 266 116 61 0 71 111 35 15 72 55
Binary 10110110 1001110 110001 0 111001 1001001 11101 1101 111010 101101

Color Harmonies of #B64E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64E31

Black with #B64E31

Text Example


Text Example

White with #B64E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64E31; }

 p { color: rgb(182,78,49); }

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

background-color css

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

 a { background-color: rgb(182,78,49); }

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

border-color css

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

 span { border-color: rgb(182,78,49); }

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