Html Css Color HEX #B44741 Chestnut

📋 copy color: '#B44741'

red 180 ◦ green 71 ◦ blue 65

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

Shades of Chestnut #B44741

Tints of Chestnut #B44741

RGB

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

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

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

R = 56.96%
G = 22.47%
B = 20.57%

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

#B44741 (or 0xB44741) is known color: Chestnut. HEX triplet: B4, 47 and 41. RGB value is (180,71,65). Sum of RGB (Red+Green+Blue) = 180+71+65=316 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.96% from 316); Green value is 71 (28.12% from 255 or 22.47% from 316); Blue value is 65 (25.78% from 255 or 20.57% from 316); Max value from RGB is 180 - color contains mainly: red. Hex color #B44741 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44741 is #4BB8BE. Grayscale: #676767. Windows color (decimal): -4962495 or 4278196. OLE color: 4278196.

HSL color Cylindrical-coordinate representation of color #B44741: hue angle of 3.13º degrees, saturation: 0.47, 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 #B44741 is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 71 65 -
CMYK 0 0.61 0.64 0.29
HSL 3.13º 0.47% 0.48% -
HSV(B) 3.13º 0.64% 0.71% -
XYZ 22.03 14.59 6.66 -
YUV 102.91 106.61 182.99 -
System Red Green Blue C M Y K H S L
Decimal 180 71 65 0 0.61 0.64 0.29 3.13 0.47 0.48
Hex B4 47 41 0 3D 40 1D 3 2F 30
Octal 264 107 101 0 75 100 35 3 57 60
Binary 10110100 1000111 1000001 0 111101 1000000 11101 11 101111 110000

Color Harmonies of #B44741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44741

Black with #B44741

Text Example


Text Example

White with #B44741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44741; }

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

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

background-color css

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

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

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

border-color css

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

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

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