Html Css Color HEX #B14940 Chestnut

📋 copy color: '#B14940'

red 177 ◦ green 73 ◦ blue 64

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

Shades of Chestnut #B14940

Tints of Chestnut #B14940

RGB

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

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

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

R = 56.37%
G = 23.25%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B14940 (or 0xB14940) is known color: Chestnut. HEX triplet: B1, 49 and 40. RGB value is (177,73,64). Sum of RGB (Red+Green+Blue) = 177+73+64=314 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.37% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 64 (25.39% from 255 or 20.38% from 314); Max value from RGB is 177 - color contains mainly: red. Hex color #B14940 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14940 is #4EB6BF. Grayscale: #676767. Windows color (decimal): -5158592 or 4213169. OLE color: 4213169.

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

Color convert

RGB 177 73 64 -
CMYK 0 0.59 0.64 0.31
HSL 4.78º 0.47% 0.47% -
HSV(B) 4.78º 0.64% 0.69% -
XYZ 21.44 14.48 6.52 -
YUV 103.07 105.96 180.73 -
System Red Green Blue C M Y K H S L
Decimal 177 73 64 0 0.59 0.64 0.31 4.78 0.47 0.47
Hex B1 49 40 0 3B 40 1F 5 2F 2F
Octal 261 111 100 0 73 100 37 5 57 57
Binary 10110001 1001001 1000000 0 111011 1000000 11111 101 101111 101111

Color Harmonies of #B14940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14940

Black with #B14940

Text Example


Text Example

White with #B14940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14940; }

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

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

background-color css

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

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

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

border-color css

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

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

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