Html Css Color HEX #B34841 Chestnut

📋 copy color: '#B34841'

red 179 ◦ green 72 ◦ blue 65

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

Shades of Chestnut #B34841

Tints of Chestnut #B34841

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.78%

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

R = 56.65%
G = 22.78%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B34841 (or 0xB34841) is known color: Chestnut. HEX triplet: B3, 48 and 41. RGB value is (179,72,65). Sum of RGB (Red+Green+Blue) = 179+72+65=316 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.65% from 316); Green value is 72 (28.52% from 255 or 22.78% from 316); Blue value is 65 (25.78% from 255 or 20.57% from 316); Max value from RGB is 179 - color contains mainly: red. Hex color #B34841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34841 is #4CB7BE. Grayscale: #676767. Windows color (decimal): -5027775 or 4278451. OLE color: 4278451.

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

Color convert

RGB 179 72 65 -
CMYK 0 0.60 0.64 0.30
HSL 3.68º 0.47% 0.48% -
HSV(B) 3.68º 0.64% 0.7% -
XYZ 21.86 14.6 6.67 -
YUV 103.2 106.45 182.07 -
System Red Green Blue C M Y K H S L
Decimal 179 72 65 0 0.60 0.64 0.30 3.68 0.47 0.48
Hex B3 48 41 0 3C 40 1E 4 2F 30
Octal 263 110 101 0 74 100 36 4 57 60
Binary 10110011 1001000 1000001 0 111100 1000000 11110 100 101111 110000

Color Harmonies of #B34841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34841

Black with #B34841

Text Example


Text Example

White with #B34841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34841; }

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

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

background-color css

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

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

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

border-color css

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

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

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