Html Css Color HEX #B34A46 Chestnut

📋 copy color: '#B34A46'

red 179 ◦ green 74 ◦ blue 70

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

Shades of Chestnut #B34A46

Tints of Chestnut #B34A46

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.91%

 BLUE value IS 70 (27.73% from 255) = 21.67%

R = 55.42%
G = 22.91%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B34A46 (or 0xB34A46) is known color: Chestnut. HEX triplet: B3, 4A and 46. RGB value is (179,74,70). Sum of RGB (Red+Green+Blue) = 179+74+70=323 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.42% from 323); Green value is 74 (29.30% from 255 or 22.91% from 323); Blue value is 70 (27.73% from 255 or 21.67% from 323); Max value from RGB is 179 - color contains mainly: red. Hex color #B34A46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34A46 is #4CB5B9. Grayscale: #696969. Windows color (decimal): -5027258 or 4606643. OLE color: 4606643.

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

Color convert

RGB 179 74 70 -
CMYK 0 0.59 0.61 0.30
HSL 2.2º 0.44% 0.49% -
HSV(B) 2.2º 0.61% 0.7% -
XYZ 22.14 14.92 7.51 -
YUV 104.94 108.29 180.83 -
System Red Green Blue C M Y K H S L
Decimal 179 74 70 0 0.59 0.61 0.30 2.2 0.44 0.49
Hex B3 4A 46 0 3B 3D 1E 2 2C 31
Octal 263 112 106 0 73 75 36 2 54 61
Binary 10110011 1001010 1000110 0 111011 111101 11110 10 101100 110001

Color Harmonies of #B34A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34A46

Black with #B34A46

Text Example


Text Example

White with #B34A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34A46; }

 p { color: rgb(179,74,70); }

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

background-color css

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

 a { background-color: rgb(179,74,70); }

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

border-color css

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

 span { border-color: rgb(179,74,70); }

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