Html Css Color HEX #B14E31 Red Stage

📋 copy color: '#B14E31'

red 177 ◦ green 78 ◦ blue 49

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

Shades of Red Stage #B14E31

Tints of Red Stage #B14E31

RGB

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

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

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

R = 58.22%
G = 25.66%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B14E31 (or 0xB14E31) is known color: Red Stage. HEX triplet: B1, 4E and 31. RGB value is (177,78,49). Sum of RGB (Red+Green+Blue) = 177+78+49=304 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.22% from 304); Green value is 78 (30.86% from 255 or 25.66% from 304); Blue value is 49 (19.53% from 255 or 16.12% from 304); Max value from RGB is 177 - color contains mainly: red. Hex color #B14E31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B14E31 is #4EB1CE. Grayscale: #686868. Windows color (decimal): -5157327 or 3231409. OLE color: 3231409.

HSL color Cylindrical-coordinate representation of color #B14E31: hue angle of 13.59º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B14E31 is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 78 49 -
CMYK 0 0.56 0.72 0.31
HSL 13.59º 0.57% 0.44% -
HSV(B) 13.59º 0.72% 0.69% -
XYZ 21.41 15.02 4.68 -
YUV 104.3 96.8 179.86 -
System Red Green Blue C M Y K H S L
Decimal 177 78 49 0 0.56 0.72 0.31 13.59 0.57 0.44
Hex B1 4E 31 0 38 48 1F E 39 2C
Octal 261 116 61 0 70 110 37 16 71 54
Binary 10110001 1001110 110001 0 111000 1001000 11111 1110 111001 101100

Color Harmonies of #B14E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14E31

Black with #B14E31

Text Example


Text Example

White with #B14E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14E31; }

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

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

background-color css

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

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

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

border-color css

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

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

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