Html Css Color HEX #B34646 Chestnut

📋 copy color: '#B34646'

red 179 ◦ green 70 ◦ blue 70

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

Shades of Chestnut #B34646

Tints of Chestnut #B34646

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.94%

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

R = 56.11%
G = 21.94%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B34646 (or 0xB34646) is known color: Chestnut. HEX triplet: B3, 46 and 46. RGB value is (179,70,70). Sum of RGB (Red+Green+Blue) = 179+70+70=319 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.11% from 319); Green value is 70 (27.73% from 255 or 21.94% from 319); Blue value is 70 (27.73% from 255 or 21.94% from 319); Max value from RGB is 179 - color contains mainly: red. Hex color #B34646 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34646 is #4CB9B9. Grayscale: #666666. Windows color (decimal): -5028282 or 4605619. OLE color: 4605619.

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

Color convert

RGB 179 70 70 -
CMYK 0 0.61 0.61 0.30
HSL 0.44% 0.49% -
HSV(B) 0.61% 0.7% -
XYZ 21.89 14.41 7.42 -
YUV 102.59 109.61 182.5 -
System Red Green Blue C M Y K H S L
Decimal 179 70 70 0 0.61 0.61 0.30 0 0.44 0.49
Hex B3 46 46 0 3D 3D 1E 0 2C 31
Octal 263 106 106 0 75 75 36 0 54 61
Binary 10110011 1000110 1000110 0 111101 111101 11110 0 101100 110001

Color Harmonies of #B34646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34646

Black with #B34646

Text Example


Text Example

White with #B34646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34646; }

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

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

background-color css

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

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

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

border-color css

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

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

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