Html Css Color HEX #B44640 Chestnut

📋 copy color: '#B44640'

red 180 ◦ green 70 ◦ blue 64

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

Shades of Chestnut #B44640

Tints of Chestnut #B44640

RGB

 RED value IS 180 (70.7% from 255) = 57.32%

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

 BLUE value IS 64 (25.39% from 255) = 20.38%

R = 57.32%
G = 22.29%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B44640 (or 0xB44640) is known color: Chestnut. HEX triplet: B4, 46 and 40. RGB value is (180,70,64). Sum of RGB (Red+Green+Blue) = 180+70+64=314 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.32% from 314); Green value is 70 (27.73% from 255 or 22.29% from 314); Blue value is 64 (25.39% from 255 or 20.38% from 314); Max value from RGB is 180 - color contains mainly: red. Hex color #B44640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44640 is #4BB9BF. Grayscale: #666666. Windows color (decimal): -4962752 or 4212404. OLE color: 4212404.

HSL color Cylindrical-coordinate representation of color #B44640: hue angle of 3.1º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B44640 is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 70 64 -
CMYK 0 0.61 0.64 0.29
HSL 3.1º 0.48% 0.48% -
HSV(B) 3.1º 0.64% 0.71% -
XYZ 21.94 14.45 6.48 -
YUV 102.21 106.44 183.49 -
System Red Green Blue C M Y K H S L
Decimal 180 70 64 0 0.61 0.64 0.29 3.1 0.48 0.48
Hex B4 46 40 0 3D 40 1D 3 30 30
Octal 264 106 100 0 75 100 35 3 60 60
Binary 10110100 1000110 1000000 0 111101 1000000 11101 11 110000 110000

Color Harmonies of #B44640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44640

Black with #B44640

Text Example


Text Example

White with #B44640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44640; }

 p { color: rgb(180,70,64); }

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

background-color css

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

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

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

border-color css

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

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

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