#B25148

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

Shades of Chestnut #B25148

Tints of Chestnut #B25148

Color information

#B25148 (or 0xB25148) is unknown color: approx Chestnut. HEX triplet: B2, 51 and 48. RGB value is (178,81,72). Sum of RGB (Red+Green+Blue) = 178+81+72=331 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.78% from 331); Green value is 81 (32.03% from 255 or 24.47% from 331); Blue value is 72 (28.52% from 255 or 21.75% from 331); Max value from RGB is 178 - color contains mainly: red. Hex color #B25148 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25148 is #4DAEB7. Grayscale: #6D6D6D. Windows color (decimal): -5091000 or 4739506. OLE color: 4739506.

HSL color Cylindrical-coordinate representation of color #B25148: hue angle of 5.09º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B25148 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB1788172-
CMYK00.540.600.30
HSL5.09º42.4%49.02%-
HSV(B)5.09º59.55%69.8%-
XYZ22.4715.828-
YUV108.98107.14177.23-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.78%
GREEN value IS 81 (32.03% from 255) = 24.47%
BLUE value IS 72 (28.52% from 255) = 21.75%
R=53.78%
G=24.47%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178817200.540.600.305.0942.449.02
HexB251480363C1E52a31
Octal262121110066743655261
Binary1011001010100011001000011011011110011110101101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25148; }

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

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

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

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

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

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

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

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