#B25756

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

Shades of Apple Blossom #B25756

Tints of Apple Blossom #B25756

Color information

#B25756 (or 0xB25756) is unknown color: approx Apple Blossom. HEX triplet: B2, 57 and 56. RGB value is (178,87,86). Sum of RGB (Red+Green+Blue) = 178+87+86=351 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.71% from 351); Green value is 87 (34.38% from 255 or 24.79% from 351); Blue value is 86 (33.98% from 255 or 24.50% from 351); Max value from RGB is 178 - color contains mainly: red. Hex color #B25756 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25756 is #4DA8A9. Grayscale: #727272. Windows color (decimal): -5089450 or 5658546. OLE color: 5658546.

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

Color convert

RGB1788786-
CMYK00.510.520.30
HSL0.65º37.4%51.76%-
HSV(B)0.65º51.69%69.8%-
XYZ23.4516.9510.84-
YUV114.1112.15173.58-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.71%
GREEN value IS 87 (34.38% from 255) = 24.79%
BLUE value IS 86 (33.98% from 255) = 24.50%
R=50.71%
G=24.79%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178878600.510.520.300.6537.451.76
HexB25756033341E12534
Octal262127126063643614564
Binary10110010101011110101100110011110100111101100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25756; }

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

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

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

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

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

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

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

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