Html Css Color HEX #B14B47 Chestnut

📋 copy color: '#B14B47'

red 177 ◦ green 75 ◦ blue 71

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

Shades of Chestnut #B14B47

Tints of Chestnut #B14B47

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.22%

 BLUE value IS 71 (28.13% from 255) = 21.98%

R = 54.8%
G = 23.22%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B14B47 (or 0xB14B47) is known color: Chestnut. HEX triplet: B1, 4B and 47. RGB value is (177,75,71). Sum of RGB (Red+Green+Blue) = 177+75+71=323 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.80% from 323); Green value is 75 (29.69% from 255 or 23.22% from 323); Blue value is 71 (28.12% from 255 or 21.98% from 323); Max value from RGB is 177 - color contains mainly: red. Hex color #B14B47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14B47 is #4EB4B8. Grayscale: #696969. Windows color (decimal): -5158073 or 4672433. OLE color: 4672433.

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

Color convert

RGB 177 75 71 -
CMYK 0 0.58 0.60 0.31
HSL 2.26º 0.43% 0.49% -
HSV(B) 2.26º 0.6% 0.69% -
XYZ 21.78 14.83 7.68 -
YUV 105.04 108.79 179.33 -
System Red Green Blue C M Y K H S L
Decimal 177 75 71 0 0.58 0.60 0.31 2.26 0.43 0.49
Hex B1 4B 47 0 3A 3C 1F 2 2B 31
Octal 261 113 107 0 72 74 37 2 53 61
Binary 10110001 1001011 1000111 0 111010 111100 11111 10 101011 110001

Color Harmonies of #B14B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14B47

Black with #B14B47

Text Example


Text Example

White with #B14B47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14B47; }

 p { color: rgb(177,75,71); }

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

background-color css

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

 a { background-color: rgb(177,75,71); }

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

border-color css

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

 span { border-color: rgb(177,75,71); }

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