Html Css Color HEX #B14E49 Chestnut

📋 copy color: '#B14E49'

red 177 ◦ green 78 ◦ blue 73

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

Shades of Chestnut #B14E49

Tints of Chestnut #B14E49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 22.26%

R = 53.96%
G = 23.78%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B14E49 (or 0xB14E49) is known color: Chestnut. HEX triplet: B1, 4E and 49. RGB value is (177,78,73). Sum of RGB (Red+Green+Blue) = 177+78+73=328 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.96% from 328); Green value is 78 (30.86% from 255 or 23.78% from 328); Blue value is 73 (28.91% from 255 or 22.26% from 328); Max value from RGB is 177 - color contains mainly: red. Hex color #B14E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B14E49 is #4EB1B6. Grayscale: #6B6B6B. Windows color (decimal): -5157303 or 4804273. OLE color: 4804273.

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

Color convert

RGB 177 78 73 -
CMYK 0 0.56 0.59 0.31
HSL 2.88º 0.42% 0.49% -
HSV(B) 2.88º 0.59% 0.69% -
XYZ 22.06 15.28 8.09 -
YUV 107.03 108.8 177.91 -
System Red Green Blue C M Y K H S L
Decimal 177 78 73 0 0.56 0.59 0.31 2.88 0.42 0.49
Hex B1 4E 49 0 38 3B 1F 3 2A 31
Octal 261 116 111 0 70 73 37 3 52 61
Binary 10110001 1001110 1001001 0 111000 111011 11111 11 101010 110001

Color Harmonies of #B14E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14E49

Black with #B14E49

Text Example


Text Example

White with #B14E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14E49; }

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

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

background-color css

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

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

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

border-color css

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

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

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