Html Css Color HEX #B14E46 Chestnut

📋 copy color: '#B14E46'

red 177 ◦ green 78 ◦ blue 70

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

Shades of Chestnut #B14E46

Tints of Chestnut #B14E46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.54%

R = 54.46%
G = 24%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B14E46 (or 0xB14E46) is known color: Chestnut. HEX triplet: B1, 4E and 46. RGB value is (177,78,70). Sum of RGB (Red+Green+Blue) = 177+78+70=325 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.46% from 325); Green value is 78 (30.86% from 255 or 24% from 325); Blue value is 70 (27.73% from 255 or 21.54% from 325); Max value from RGB is 177 - color contains mainly: red. Hex color #B14E46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B14E46 is #4EB1B9. Grayscale: #6A6A6A. Windows color (decimal): -5157306 or 4607665. OLE color: 4607665.

HSL color Cylindrical-coordinate representation of color #B14E46: hue angle of 4.49º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B14E46 is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 78 70 -
CMYK 0 0.56 0.60 0.31
HSL 4.49º 0.43% 0.48% -
HSV(B) 4.49º 0.6% 0.69% -
XYZ 21.96 15.24 7.58 -
YUV 106.69 107.3 178.15 -
System Red Green Blue C M Y K H S L
Decimal 177 78 70 0 0.56 0.60 0.31 4.49 0.43 0.48
Hex B1 4E 46 0 38 3C 1F 4 2B 30
Octal 261 116 106 0 70 74 37 4 53 60
Binary 10110001 1001110 1000110 0 111000 111100 11111 100 101011 110000

Color Harmonies of #B14E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14E46

Black with #B14E46

Text Example


Text Example

White with #B14E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14E46; }

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

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

background-color css

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

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

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

border-color css

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

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

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