Html Css Color HEX #B14C40 Chestnut

📋 copy color: '#B14C40'

red 177 ◦ green 76 ◦ blue 64

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

Shades of Chestnut #B14C40

Tints of Chestnut #B14C40

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.97%

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

R = 55.84%
G = 23.97%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B14C40 (or 0xB14C40) is known color: Chestnut. HEX triplet: B1, 4C and 40. RGB value is (177,76,64). Sum of RGB (Red+Green+Blue) = 177+76+64=317 (41% of max value = 765). Red value is 177 (69.53% from 255 or 55.84% from 317); Green value is 76 (30.08% from 255 or 23.97% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 177 - color contains mainly: red. Hex color #B14C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14C40 is #4EB3BF. Grayscale: #686868. Windows color (decimal): -5157824 or 4213937. OLE color: 4213937.

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

Color convert

RGB 177 76 64 -
CMYK 0 0.57 0.64 0.31
HSL 6.37º 0.47% 0.47% -
HSV(B) 6.37º 0.64% 0.69% -
XYZ 21.64 14.89 6.58 -
YUV 104.83 104.96 179.48 -
System Red Green Blue C M Y K H S L
Decimal 177 76 64 0 0.57 0.64 0.31 6.37 0.47 0.47
Hex B1 4C 40 0 39 40 1F 6 2F 2F
Octal 261 114 100 0 71 100 37 6 57 57
Binary 10110001 1001100 1000000 0 111001 1000000 11111 110 101111 101111

Color Harmonies of #B14C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14C40

Black with #B14C40

Text Example


Text Example

White with #B14C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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