#B94865

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

Shades of Blush #B94865

Tints of Blush #B94865

Color information

#B94865 (or 0xB94865) is unknown color: approx Blush. HEX triplet: B9, 48 and 65. RGB value is (185,72,101). Sum of RGB (Red+Green+Blue) = 185+72+101=358 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.68% from 358); Green value is 72 (28.52% from 255 or 20.11% from 358); Blue value is 101 (39.84% from 255 or 28.21% from 358); Max value from RGB is 185 - color contains mainly: red. Hex color #B94865 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94865 is #46B79A. Grayscale: #6D6D6D. Windows color (decimal): -4634523 or 6637753. OLE color: 6637753.

HSL color Cylindrical-coordinate representation of color #B94865: hue angle of 344.6º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B94865 is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB18572101-
CMYK00.610.450.27
HSL344.6º44.66%50.39%-
HSV(B)344.6º61.08%72.55%-
XYZ24.6715.8914.08-
YUV109.09123.44182.14-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.68%
GREEN value IS 72 (28.52% from 255) = 20.11%
BLUE value IS 101 (39.84% from 255) = 28.21%
R=51.68%
G=20.11%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857210100.610.450.27344.644.6650.39
HexB9486503D2D1B1592d32
Octal27111014507555335315562
Binary1011100110010001100101011110110110111011101011001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94865; }

 p { color: rgb(185,72,101); }

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

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

 a { background-color: rgb(185,72,101); }

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

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

 span { border-color: rgb(185,72,101); }

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