Html Css Color HEX #B14947 Chestnut

📋 copy color: '#B14947'

red 177 ◦ green 73 ◦ blue 71

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

Shades of Chestnut #B14947

Tints of Chestnut #B14947

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.74%

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

R = 55.14%
G = 22.74%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B14947 (or 0xB14947) is known color: Chestnut. HEX triplet: B1, 49 and 47. RGB value is (177,73,71). Sum of RGB (Red+Green+Blue) = 177+73+71=321 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.14% from 321); Green value is 73 (28.91% from 255 or 22.74% from 321); Blue value is 71 (28.12% from 255 or 22.12% from 321); Max value from RGB is 177 - color contains mainly: red. Hex color #B14947 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14947 is #4EB6B8. Grayscale: #676767. Windows color (decimal): -5158585 or 4671921. OLE color: 4671921.

HSL color Cylindrical-coordinate representation of color #B14947: hue angle of 1.13º 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 #B14947 is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 73 71 -
CMYK 0 0.59 0.60 0.31
HSL 1.13º 0.43% 0.49% -
HSV(B) 1.13º 0.6% 0.69% -
XYZ 21.65 14.57 7.63 -
YUV 103.87 109.46 180.16 -
System Red Green Blue C M Y K H S L
Decimal 177 73 71 0 0.59 0.60 0.31 1.13 0.43 0.49
Hex B1 49 47 0 3B 3C 1F 1 2B 31
Octal 261 111 107 0 73 74 37 1 53 61
Binary 10110001 1001001 1000111 0 111011 111100 11111 1 101011 110001

Color Harmonies of #B14947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14947

Black with #B14947

Text Example


Text Example

White with #B14947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14947; }

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

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

background-color css

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

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

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

border-color css

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

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

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