#B44F4E

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

Shades of Chestnut #B44F4E

Tints of Chestnut #B44F4E

Color information

#B44F4E (or 0xB44F4E) is unknown color: approx Chestnut. HEX triplet: B4, 4F and 4E. RGB value is (180,79,78). Sum of RGB (Red+Green+Blue) = 180+79+78=337 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.41% from 337); Green value is 79 (31.25% from 255 or 23.44% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 180 - color contains mainly: red. Hex color #B44F4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B44F4E is #4BB0B1. Grayscale: #6D6D6D. Windows color (decimal): -4960434 or 5132212. OLE color: 5132212.

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

Color convert

RGB1807978-
CMYK00.560.570.29
HSL0.59º40.48%50.59%-
HSV(B)0.59º56.67%70.59%-
XYZ22.9915.859.05-
YUV109.08110.46178.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.41%
GREEN value IS 79 (31.25% from 255) = 23.44%
BLUE value IS 78 (30.86% from 255) = 23.15%
R=53.41%
G=23.44%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180797800.560.570.290.5940.4850.59
HexB44F4E038391D12833
Octal264117116070713515063
Binary10110100100111110011100111000111001111011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44F4E; }

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

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

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

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

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

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

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

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