Html Css Color HEX #B14A42 Chestnut

📋 copy color: '#B14A42'

red 177 ◦ green 74 ◦ blue 66

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

Shades of Chestnut #B14A42

Tints of Chestnut #B14A42

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.34%

 BLUE value IS 66 (26.17% from 255) = 20.82%

R = 55.84%
G = 23.34%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B14A42 (or 0xB14A42) is known color: Chestnut. HEX triplet: B1, 4A and 42. RGB value is (177,74,66). Sum of RGB (Red+Green+Blue) = 177+74+66=317 (41% of max value = 765). Red value is 177 (69.53% from 255 or 55.84% from 317); Green value is 74 (29.30% from 255 or 23.34% from 317); Blue value is 66 (26.17% from 255 or 20.82% from 317); Max value from RGB is 177 - color contains mainly: red. Hex color #B14A42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14A42 is #4EB5BD. Grayscale: #686868. Windows color (decimal): -5158334 or 4344497. OLE color: 4344497.

HSL color Cylindrical-coordinate representation of color #B14A42: hue angle of 4.32º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B14A42 is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 74 66 -
CMYK 0 0.58 0.63 0.31
HSL 4.32º 0.46% 0.48% -
HSV(B) 4.32º 0.63% 0.69% -
XYZ 21.56 14.64 6.84 -
YUV 103.89 106.62 180.15 -
System Red Green Blue C M Y K H S L
Decimal 177 74 66 0 0.58 0.63 0.31 4.32 0.46 0.48
Hex B1 4A 42 0 3A 3F 1F 4 2E 30
Octal 261 112 102 0 72 77 37 4 56 60
Binary 10110001 1001010 1000010 0 111010 111111 11111 100 101110 110000

Color Harmonies of #B14A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14A42

Black with #B14A42

Text Example


Text Example

White with #B14A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14A42; }

 p { color: rgb(177,74,66); }

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

background-color css

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

 a { background-color: rgb(177,74,66); }

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

border-color css

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

 span { border-color: rgb(177,74,66); }

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