#B25950

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

Shades of Apple Blossom #B25950

Tints of Apple Blossom #B25950

Color information

#B25950 (or 0xB25950) is unknown color: approx Apple Blossom. HEX triplet: B2, 59 and 50. RGB value is (178,89,80). Sum of RGB (Red+Green+Blue) = 178+89+80=347 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.30% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 178 - color contains mainly: red. Hex color #B25950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25950 is #4DA6AF. Grayscale: #727272. Windows color (decimal): -5088944 or 5265842. OLE color: 5265842.

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

Color convert

RGB1788980-
CMYK00.50.550.30
HSL5.51º38.89%50.59%-
HSV(B)5.51º55.06%69.8%-
XYZ23.3817.199.67-
YUV114.58108.49173.23-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.30%
GREEN value IS 89 (35.16% from 255) = 25.65%
BLUE value IS 80 (31.64% from 255) = 23.05%
R=51.30%
G=25.65%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178898000.50.550.305.5138.8950.59
HexB25950032371E62733
Octal262131120062673664763
Binary1011001010110011010000011001011011111110110100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25950; }

 p { color: rgb(178,89,80); }

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

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

 a { background-color: rgb(178,89,80); }

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

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

 span { border-color: rgb(178,89,80); }

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