Html Css Color HEX #B34941 Chestnut

📋 copy color: '#B34941'

red 179 ◦ green 73 ◦ blue 65

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

Shades of Chestnut #B34941

Tints of Chestnut #B34941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.5%

R = 56.47%
G = 23.03%
B = 20.5%

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

#B34941 (or 0xB34941) is known color: Chestnut. HEX triplet: B3, 49 and 41. RGB value is (179,73,65). Sum of RGB (Red+Green+Blue) = 179+73+65=317 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.47% from 317); Green value is 73 (28.91% from 255 or 23.03% from 317); Blue value is 65 (25.78% from 255 or 20.50% from 317); Max value from RGB is 179 - color contains mainly: red. Hex color #B34941 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34941 is #4CB6BE. Grayscale: #676767. Windows color (decimal): -5027519 or 4278707. OLE color: 4278707.

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

Color convert

RGB 179 73 65 -
CMYK 0 0.59 0.64 0.30
HSL 4.21º 0.47% 0.48% -
HSV(B) 4.21º 0.64% 0.7% -
XYZ 21.93 14.73 6.69 -
YUV 103.78 106.12 181.65 -
System Red Green Blue C M Y K H S L
Decimal 179 73 65 0 0.59 0.64 0.30 4.21 0.47 0.48
Hex B3 49 41 0 3B 40 1E 4 2F 30
Octal 263 111 101 0 73 100 36 4 57 60
Binary 10110011 1001001 1000001 0 111011 1000000 11110 100 101111 110000

Color Harmonies of #B34941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34941

Black with #B34941

Text Example


Text Example

White with #B34941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34941; }

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

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

background-color css

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

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

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

border-color css

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

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

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