#B25551

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

Shades of Apple Blossom #B25551

Tints of Apple Blossom #B25551

Color information

#B25551 (or 0xB25551) is unknown color: approx Apple Blossom. HEX triplet: B2, 55 and 51. RGB value is (178,85,81). Sum of RGB (Red+Green+Blue) = 178+85+81=344 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.74% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 81 (32.03% from 255 or 23.55% from 344); Max value from RGB is 178 - color contains mainly: red. Hex color #B25551 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25551 is #4DAAAE. Grayscale: #707070. Windows color (decimal): -5089967 or 5330354. OLE color: 5330354.

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

Color convert

RGB1788581-
CMYK00.520.540.30
HSL2.47º38.65%50.78%-
HSV(B)2.47º54.49%69.8%-
XYZ23.0916.569.76-
YUV112.35110.31174.83-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.74%
GREEN value IS 85 (33.59% from 255) = 24.71%
BLUE value IS 81 (32.03% from 255) = 23.55%
R=51.74%
G=24.71%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178858100.520.540.302.4738.6550.78
HexB25551034361E22733
Octal262125121064663624763
Binary101100101010101101000101101001101101111010100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25551; }

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

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

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

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

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

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

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

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