Html Css Color HEX #B14740 Chestnut

📋 copy color: '#B14740'

red 177 ◦ green 71 ◦ blue 64

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

Shades of Chestnut #B14740

Tints of Chestnut #B14740

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.76%

 BLUE value IS 64 (25.39% from 255) = 20.51%

R = 56.73%
G = 22.76%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B14740 (or 0xB14740) is known color: Chestnut. HEX triplet: B1, 47 and 40. RGB value is (177,71,64). Sum of RGB (Red+Green+Blue) = 177+71+64=312 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.73% from 312); Green value is 71 (28.12% from 255 or 22.76% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 177 - color contains mainly: red. Hex color #B14740 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14740 is #4EB8BF. Grayscale: #666666. Windows color (decimal): -5159104 or 4212657. OLE color: 4212657.

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

Color convert

RGB 177 71 64 -
CMYK 0 0.60 0.64 0.31
HSL 3.72º 0.47% 0.47% -
HSV(B) 3.72º 0.64% 0.69% -
XYZ 21.31 14.22 6.47 -
YUV 101.9 106.62 181.57 -
System Red Green Blue C M Y K H S L
Decimal 177 71 64 0 0.60 0.64 0.31 3.72 0.47 0.47
Hex B1 47 40 0 3C 40 1F 4 2F 2F
Octal 261 107 100 0 74 100 37 4 57 57
Binary 10110001 1000111 1000000 0 111100 1000000 11111 100 101111 101111

Color Harmonies of #B14740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14740

Black with #B14740

Text Example


Text Example

White with #B14740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14740; }

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

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

background-color css

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

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

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

border-color css

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

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

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