#B25240

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

Shades of Apple Blossom #B25240

Tints of Apple Blossom #B25240

Color information

#B25240 (or 0xB25240) is unknown color: approx Apple Blossom. HEX triplet: B2, 52 and 40. RGB value is (178,82,64). Sum of RGB (Red+Green+Blue) = 178+82+64=324 (42% of max value = 765). Red value is 178 (69.92% from 255 or 54.94% from 324); Green value is 82 (32.42% from 255 or 25.31% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 178 - color contains mainly: red. Hex color #B25240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25240 is #4DADBF. Grayscale: #6C6C6C. Windows color (decimal): -5090752 or 4215474. OLE color: 4215474.

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

Color convert

RGB1788264-
CMYK00.540.640.30
HSL9.47º47.11%47.45%-
HSV(B)9.47º64.04%69.8%-
XYZ22.315.876.74-
YUV108.65102.8177.46-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.94%
GREEN value IS 82 (32.42% from 255) = 25.31%
BLUE value IS 64 (25.39% from 255) = 19.75%
R=54.94%
G=25.31%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178826400.540.640.309.4747.1147.45
HexB25240036401E92f2f
Octal26212210006610036115757
Binary101100101010010100000001101101000000111101001101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25240; }

 p { color: rgb(178,82,64); }

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

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

 a { background-color: rgb(178,82,64); }

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

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

 span { border-color: rgb(178,82,64); }

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