#B25964

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

Shades of Blush #B25964

Tints of Blush #B25964

Color information

#B25964 (or 0xB25964) is unknown color: approx Blush. HEX triplet: B2, 59 and 64. RGB value is (178,89,100). Sum of RGB (Red+Green+Blue) = 178+89+100=367 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.50% from 367); Green value is 89 (35.16% from 255 or 24.25% from 367); Blue value is 100 (39.45% from 255 or 27.25% from 367); Max value from RGB is 178 - color contains mainly: red. Hex color #B25964 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25964 is #4DA69B. Grayscale: #747474. Windows color (decimal): -5088924 or 6576562. OLE color: 6576562.

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

Color convert

RGB17889100-
CMYK00.50.440.30
HSL352.58º36.63%52.35%-
HSV(B)352.58º50%69.8%-
XYZ24.2317.5314.16-
YUV116.86118.49171.61-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.50%
GREEN value IS 89 (35.16% from 255) = 24.25%
BLUE value IS 100 (39.45% from 255) = 27.25%
R=48.50%
G=24.25%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788910000.50.440.30352.5836.6352.35
HexB259640322C1E1612534
Octal26213114406254365414564
Binary1011001010110011100100011001010110011110101100001100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25964; }

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

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

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

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

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

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

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

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