#B94568

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

Shades of Blush #B94568

Tints of Blush #B94568

Color information

#B94568 (or 0xB94568) is unknown color: approx Blush. HEX triplet: B9, 45 and 68. RGB value is (185,69,104). Sum of RGB (Red+Green+Blue) = 185+69+104=358 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.68% from 358); Green value is 69 (27.34% from 255 or 19.27% from 358); Blue value is 104 (41.02% from 255 or 29.05% from 358); Max value from RGB is 185 - color contains mainly: red. Hex color #B94568 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94568 is #46BA97. Grayscale: #6B6B6B. Windows color (decimal): -4635288 or 6833593. OLE color: 6833593.

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

Color convert

RGB18569104-
CMYK00.630.440.27
HSL341.9º45.67%49.8%-
HSV(B)341.9º62.7%72.55%-
XYZ24.6315.5714.8-
YUV107.67125.93183.15-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.68%
GREEN value IS 69 (27.34% from 255) = 19.27%
BLUE value IS 104 (41.02% from 255) = 29.05%
R=51.68%
G=19.27%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856910400.630.440.27341.945.6749.8
HexB9456803F2C1B1562e32
Octal27110515007754335265662
Binary1011100110001011101000011111110110011011101010110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94568; }

 p { color: rgb(185,69,104); }

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

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

 a { background-color: rgb(185,69,104); }

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

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

 span { border-color: rgb(185,69,104); }

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