#B25C55

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

Shades of Apple Blossom #B25C55

Tints of Apple Blossom #B25C55

Color information

#B25C55 (or 0xB25C55) is unknown color: approx Apple Blossom. HEX triplet: B2, 5C and 55. RGB value is (178,92,85). Sum of RGB (Red+Green+Blue) = 178+92+85=355 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50.14% from 355); Green value is 92 (36.33% from 255 or 25.92% from 355); Blue value is 85 (33.59% from 255 or 23.94% from 355); Max value from RGB is 178 - color contains mainly: red. Hex color #B25C55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25C55 is #4DA3AA. Grayscale: #757575. Windows color (decimal): -5088171 or 5594290. OLE color: 5594290.

HSL color Cylindrical-coordinate representation of color #B25C55: hue angle of 4.52º degrees, saturation: 0.38, 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 #B25C55 is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB1789285-
CMYK00.480.520.30
HSL4.52º37.65%51.57%-
HSV(B)4.52º52.25%69.8%-
XYZ23.8317.7810.77-
YUV116.92109.99171.57-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.14%
GREEN value IS 92 (36.33% from 255) = 25.92%
BLUE value IS 85 (33.59% from 255) = 23.94%
R=50.14%
G=25.92%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178928500.480.520.304.5237.6551.57
HexB25C55030341E52634
Octal262134125060643654664
Binary1011001010111001010101011000011010011110101100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25C55; }

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

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

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

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

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

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

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

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