Html Css Color HEX #B34940 Chestnut

📋 copy color: '#B34940'

red 179 ◦ green 73 ◦ blue 64

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

Shades of Chestnut #B34940

Tints of Chestnut #B34940

RGB

 RED value IS 179 (70.31% from 255) = 56.65%

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

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

R = 56.65%
G = 23.1%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B34940 (or 0xB34940) is known color: Chestnut. HEX triplet: B3, 49 and 40. RGB value is (179,73,64). Sum of RGB (Red+Green+Blue) = 179+73+64=316 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.65% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 179 - color contains mainly: red. Hex color #B34940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34940 is #4CB6BF. Grayscale: #676767. Windows color (decimal): -5027520 or 4213171. OLE color: 4213171.

HSL color Cylindrical-coordinate representation of color #B34940: hue angle of 4.7º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B34940 is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 73 64 -
CMYK 0 0.59 0.64 0.30
HSL 4.7º 0.47% 0.48% -
HSV(B) 4.7º 0.64% 0.7% -
XYZ 21.9 14.72 6.54 -
YUV 103.67 105.62 181.73 -
System Red Green Blue C M Y K H S L
Decimal 179 73 64 0 0.59 0.64 0.30 4.7 0.47 0.48
Hex B3 49 40 0 3B 40 1E 5 2F 30
Octal 263 111 100 0 73 100 36 5 57 60
Binary 10110011 1001001 1000000 0 111011 1000000 11110 101 101111 110000

Color Harmonies of #B34940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34940

Black with #B34940

Text Example


Text Example

White with #B34940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34940; }

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

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

background-color css

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

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

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

border-color css

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

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

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