#B25648

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

Shades of Apple Blossom #B25648

Tints of Apple Blossom #B25648

Color information

#B25648 (or 0xB25648) is unknown color: approx Apple Blossom. HEX triplet: B2, 56 and 48. RGB value is (178,86,72). Sum of RGB (Red+Green+Blue) = 178+86+72=336 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.98% from 336); Green value is 86 (33.98% from 255 or 25.60% from 336); Blue value is 72 (28.52% from 255 or 21.43% from 336); Max value from RGB is 178 - color contains mainly: red. Hex color #B25648 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25648 is #4DA9B7. Grayscale: #707070. Windows color (decimal): -5089720 or 4740786. OLE color: 4740786.

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

Color convert

RGB1788672-
CMYK00.520.600.30
HSL7.92º42.4%49.02%-
HSV(B)7.92º59.55%69.8%-
XYZ22.8616.598.13-
YUV111.91105.48175.14-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.98%
GREEN value IS 86 (33.98% from 255) = 25.60%
BLUE value IS 72 (28.52% from 255) = 21.43%
R=52.98%
G=25.60%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178867200.520.600.307.9242.449.02
HexB256480343C1E82a31
Octal2621261100647436105261
Binary10110010101011010010000110100111100111101000101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25648; }

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

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

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

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

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

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

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

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