#B25849

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

Shades of Apple Blossom #B25849

Tints of Apple Blossom #B25849

Color information

#B25849 (or 0xB25849) is unknown color: approx Apple Blossom. HEX triplet: B2, 58 and 49. RGB value is (178,88,73). Sum of RGB (Red+Green+Blue) = 178+88+73=339 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.51% from 339); Green value is 88 (34.77% from 255 or 25.96% from 339); Blue value is 73 (28.91% from 255 or 21.53% from 339); Max value from RGB is 178 - color contains mainly: red. Hex color #B25849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25849 is #4DA7B6. Grayscale: #717171. Windows color (decimal): -5089207 or 4806834. OLE color: 4806834.

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

Color convert

RGB1788873-
CMYK00.510.590.30
HSL8.57º41.83%49.22%-
HSV(B)8.57º58.99%69.8%-
XYZ23.0516.938.36-
YUV113.2105.32174.22-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.51%
GREEN value IS 88 (34.77% from 255) = 25.96%
BLUE value IS 73 (28.91% from 255) = 21.53%
R=52.51%
G=25.96%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178887300.510.590.308.5741.8349.22
HexB258490333B1E92a31
Octal2621301110637336115261
Binary10110010101100010010010110011111011111101001101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25849; }

 p { color: rgb(178,88,73); }

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

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

 a { background-color: rgb(178,88,73); }

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

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

 span { border-color: rgb(178,88,73); }

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