#B25848

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

Shades of Apple Blossom #B25848

Tints of Apple Blossom #B25848

Color information

#B25848 (or 0xB25848) is unknown color: approx Apple Blossom. HEX triplet: B2, 58 and 48. RGB value is (178,88,72). Sum of RGB (Red+Green+Blue) = 178+88+72=338 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.66% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 72 (28.52% from 255 or 21.30% from 338); Max value from RGB is 178 - color contains mainly: red. Hex color #B25848 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25848 is #4DA7B7. Grayscale: #717171. Windows color (decimal): -5089208 or 4741298. OLE color: 4741298.

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

Color convert

RGB1788872-
CMYK00.510.600.30
HSL9.06º42.4%49.02%-
HSV(B)9.06º59.55%69.8%-
XYZ23.0216.918.18-
YUV113.09104.82174.3-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.66%
GREEN value IS 88 (34.77% from 255) = 26.04%
BLUE value IS 72 (28.52% from 255) = 21.30%
R=52.66%
G=26.04%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178887200.510.600.309.0642.449.02
HexB258480333C1E92a31
Octal2621301100637436115261
Binary10110010101100010010000110011111100111101001101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25848; }

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

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

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

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

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

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

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

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