#B25046

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

Shades of Chestnut #B25046

Tints of Chestnut #B25046

Color information

#B25046 (or 0xB25046) is unknown color: approx Chestnut. HEX triplet: B2, 50 and 46. RGB value is (178,80,70). Sum of RGB (Red+Green+Blue) = 178+80+70=328 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.27% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 70 (27.73% from 255 or 21.34% from 328); Max value from RGB is 178 - color contains mainly: red. Hex color #B25046 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25046 is #4DAFB9. Grayscale: #6C6C6C. Windows color (decimal): -5091258 or 4608178. OLE color: 4608178.

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

Color convert

RGB1788070-
CMYK00.550.610.30
HSL5.56º43.55%48.63%-
HSV(B)5.56º60.67%69.8%-
XYZ22.3315.647.64-
YUV108.16106.47177.81-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.27%
GREEN value IS 80 (31.64% from 255) = 24.39%
BLUE value IS 70 (27.73% from 255) = 21.34%
R=54.27%
G=24.39%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178807000.550.610.305.5643.5548.63
HexB250460373D1E62c31
Octal262120106067753665461
Binary1011001010100001000110011011111110111110110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25046; }

 p { color: rgb(178,80,70); }

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

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

 a { background-color: rgb(178,80,70); }

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

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

 span { border-color: rgb(178,80,70); }

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