#B25566

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

Shades of Blush #B25566

Tints of Blush #B25566

Color information

#B25566 (or 0xB25566) is unknown color: approx Blush. HEX triplet: B2, 55 and 66. RGB value is (178,85,102). Sum of RGB (Red+Green+Blue) = 178+85+102=365 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.77% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 102 (40.23% from 255 or 27.95% from 365); Max value from RGB is 178 - color contains mainly: red. Hex color #B25566 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25566 is #4DAA99. Grayscale: #727272. Windows color (decimal): -5089946 or 6706610. OLE color: 6706610.

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

Color convert

RGB17885102-
CMYK00.520.430.30
HSL349.03º37.65%51.57%-
HSV(B)349.03º52.25%69.8%-
XYZ24.0116.9214.57-
YUV114.74120.81173.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.77%
GREEN value IS 85 (33.59% from 255) = 23.29%
BLUE value IS 102 (40.23% from 255) = 27.95%
R=48.77%
G=23.29%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788510200.520.430.30349.0337.6551.57
HexB255660342B1E15d2634
Octal26212514606453365354664
Binary1011001010101011100110011010010101111110101011101100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25566; }

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

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

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

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

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

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

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

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