#B25146

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

Shades of Chestnut #B25146

Tints of Chestnut #B25146

Color information

#B25146 (or 0xB25146) is unknown color: approx Chestnut. HEX triplet: B2, 51 and 46. RGB value is (178,81,70). Sum of RGB (Red+Green+Blue) = 178+81+70=329 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.10% from 329); Green value is 81 (32.03% from 255 or 24.62% from 329); Blue value is 70 (27.73% from 255 or 21.28% from 329); Max value from RGB is 178 - color contains mainly: red. Hex color #B25146 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25146 is #4DAEB9. Grayscale: #6C6C6C. Windows color (decimal): -5091002 or 4608434. OLE color: 4608434.

HSL color Cylindrical-coordinate representation of color #B25146: hue angle of 6.11º 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 #B25146 is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB1788170-
CMYK00.540.610.30
HSL6.11º43.55%48.63%-
HSV(B)6.11º60.67%69.8%-
XYZ22.4115.797.66-
YUV108.75106.14177.39-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.10%
GREEN value IS 81 (32.03% from 255) = 24.62%
BLUE value IS 70 (27.73% from 255) = 21.28%
R=54.10%
G=24.62%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178817000.540.610.306.1143.5548.63
HexB251460363D1E62c31
Octal262121106066753665461
Binary1011001010100011000110011011011110111110110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25146; }

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

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

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

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

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

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

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

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