#B25A4F

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

Shades of Apple Blossom #B25A4F

Tints of Apple Blossom #B25A4F

Color information

#B25A4F (or 0xB25A4F) is unknown color: approx Apple Blossom. HEX triplet: B2, 5A and 4F. RGB value is (178,90,79). Sum of RGB (Red+Green+Blue) = 178+90+79=347 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.30% from 347); Green value is 90 (35.55% from 255 or 25.94% from 347); Blue value is 79 (31.25% from 255 or 22.77% from 347); Max value from RGB is 178 - color contains mainly: red. Hex color #B25A4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25A4F is #4DA5B0. Grayscale: #737373. Windows color (decimal): -5088689 or 5200562. OLE color: 5200562.

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

Color convert

RGB1789079-
CMYK00.490.560.30
HSL6.67º39.13%50.39%-
HSV(B)6.67º55.62%69.8%-
XYZ23.4317.349.51-
YUV115.06107.65172.89-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.30%
GREEN value IS 90 (35.55% from 255) = 25.94%
BLUE value IS 79 (31.25% from 255) = 22.77%
R=51.30%
G=25.94%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178907900.490.560.306.6739.1350.39
HexB25A4F031381E72732
Octal262132117061703674762
Binary1011001010110101001111011000111100011110111100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25A4F; }

 p { color: rgb(178,90,79); }

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

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

 a { background-color: rgb(178,90,79); }

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

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

 span { border-color: rgb(178,90,79); }

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