Html Css Color HEX #B34C41 Chestnut

📋 copy color: '#B34C41'

red 179 ◦ green 76 ◦ blue 65

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

Shades of Chestnut #B34C41

Tints of Chestnut #B34C41

RGB

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

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

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

R = 55.94%
G = 23.75%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B34C41 (or 0xB34C41) is known color: Chestnut. HEX triplet: B3, 4C and 41. RGB value is (179,76,65). Sum of RGB (Red+Green+Blue) = 179+76+65=320 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.94% from 320); Green value is 76 (30.08% from 255 or 23.75% from 320); Blue value is 65 (25.78% from 255 or 20.31% from 320); Max value from RGB is 179 - color contains mainly: red. Hex color #B34C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34C41 is #4CB3BE. Grayscale: #696969. Windows color (decimal): -5026751 or 4279475. OLE color: 4279475.

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

Color convert

RGB 179 76 65 -
CMYK 0 0.58 0.64 0.30
HSL 5.79º 0.47% 0.48% -
HSV(B) 5.79º 0.64% 0.7% -
XYZ 22.13 15.13 6.76 -
YUV 105.54 105.12 180.39 -
System Red Green Blue C M Y K H S L
Decimal 179 76 65 0 0.58 0.64 0.30 5.79 0.47 0.48
Hex B3 4C 41 0 3A 40 1E 6 2F 30
Octal 263 114 101 0 72 100 36 6 57 60
Binary 10110011 1001100 1000001 0 111010 1000000 11110 110 101111 110000

Color Harmonies of #B34C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34C41

Black with #B34C41

Text Example


Text Example

White with #B34C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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