#B44F4B

Color #B44F4B Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chestnut #B44F4B

Tints of Chestnut #B44F4B

Color information

#B44F4B (or 0xB44F4B) is unknown color: approx Chestnut. HEX triplet: B4, 4F and 4B. RGB value is (180,79,75). Sum of RGB (Red+Green+Blue) = 180+79+75=334 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.89% from 334); Green value is 79 (31.25% from 255 or 23.65% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 180 - color contains mainly: red. Hex color #B44F4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B44F4B is #4BB0B4. Grayscale: #6C6C6C. Windows color (decimal): -4960437 or 4935604. OLE color: 4935604.

HSL color Cylindrical-coordinate representation of color #B44F4B: hue angle of 2.29º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B44F4B is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB1807975-
CMYK00.560.580.29
HSL2.29º41.18%50%-
HSV(B)2.29º58.33%70.59%-
XYZ22.8915.88.5-
YUV108.74108.96178.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.89%
GREEN value IS 79 (31.25% from 255) = 23.65%
BLUE value IS 75 (29.69% from 255) = 22.46%
R=53.89%
G=23.65%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180797500.560.580.292.2941.1850
HexB44F4B0383A1D22932
Octal264117113070723525162
Binary101101001001111100101101110001110101110110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44F4B; }

 p { color: rgb(180,79,75); }

 H1.HeaderClassName
 {
   color: #B44F4B;
 }
 .AnyTagClassName
 {
   color: #B44F4B;
 }
</style>
background-color css

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

 a { background-color: rgb(180,79,75); }

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

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

 span { border-color: rgb(180,79,75); }

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