Html Css Color HEX #B44746 Chestnut

📋 copy color: '#B44746'

red 180 ◦ green 71 ◦ blue 70

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

Shades of Chestnut #B44746

Tints of Chestnut #B44746

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.12%

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

R = 56.07%
G = 22.12%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B44746 (or 0xB44746) is known color: Chestnut. HEX triplet: B4, 47 and 46. RGB value is (180,71,70). Sum of RGB (Red+Green+Blue) = 180+71+70=321 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.07% from 321); Green value is 71 (28.12% from 255 or 22.12% from 321); Blue value is 70 (27.73% from 255 or 21.81% from 321); Max value from RGB is 180 - color contains mainly: red. Hex color #B44746 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44746 is #4BB8B9. Grayscale: #676767. Windows color (decimal): -4962490 or 4605876. OLE color: 4605876.

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

Color convert

RGB 180 71 70 -
CMYK 0 0.61 0.61 0.29
HSL 0.55º 0.44% 0.49% -
HSV(B) 0.55º 0.61% 0.71% -
XYZ 22.18 14.65 7.45 -
YUV 103.48 109.11 182.58 -
System Red Green Blue C M Y K H S L
Decimal 180 71 70 0 0.61 0.61 0.29 0.55 0.44 0.49
Hex B4 47 46 0 3D 3D 1D 1 2C 31
Octal 264 107 106 0 75 75 35 1 54 61
Binary 10110100 1000111 1000110 0 111101 111101 11101 1 101100 110001

Color Harmonies of #B44746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44746

Black with #B44746

Text Example


Text Example

White with #B44746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44746; }

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

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

background-color css

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

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

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

border-color css

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

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

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