#B25C52

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

Shades of Apple Blossom #B25C52

Tints of Apple Blossom #B25C52

Color information

#B25C52 (or 0xB25C52) is unknown color: approx Apple Blossom. HEX triplet: B2, 5C and 52. RGB value is (178,92,82). Sum of RGB (Red+Green+Blue) = 178+92+82=352 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.57% from 352); Green value is 92 (36.33% from 255 or 26.14% from 352); Blue value is 82 (32.42% from 255 or 23.30% from 352); Max value from RGB is 178 - color contains mainly: red. Hex color #B25C52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25C52 is #4DA3AD. Grayscale: #747474. Windows color (decimal): -5088174 or 5397682. OLE color: 5397682.

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

Color convert

RGB1789282-
CMYK00.480.540.30
HSL6.25º38.4%50.98%-
HSV(B)6.25º53.93%69.8%-
XYZ23.7117.7310.15-
YUV116.57108.49171.81-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.57%
GREEN value IS 92 (36.33% from 255) = 26.14%
BLUE value IS 82 (32.42% from 255) = 23.30%
R=50.57%
G=26.14%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178928200.480.540.306.2538.450.98
HexB25C52030361E62633
Octal262134122060663664663
Binary1011001010111001010010011000011011011110110100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25C52; }

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

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

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

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

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

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

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

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