#B94468

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

Shades of Blush #B94468

Tints of Blush #B94468

Color information

#B94468 (or 0xB94468) is unknown color: approx Blush. HEX triplet: B9, 44 and 68. RGB value is (185,68,104). Sum of RGB (Red+Green+Blue) = 185+68+104=357 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.82% from 357); Green value is 68 (26.95% from 255 or 19.05% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 185 - color contains mainly: red. Hex color #B94468 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94468 is #46BB97. Grayscale: #6B6B6B. Windows color (decimal): -4635544 or 6833337. OLE color: 6833337.

HSL color Cylindrical-coordinate representation of color #B94468: hue angle of 341.54º 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 #B94468 is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB18568104-
CMYK00.630.440.27
HSL341.54º46.25%49.61%-
HSV(B)341.54º63.24%72.55%-
XYZ24.5715.4514.78-
YUV107.09126.26183.57-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.82%
GREEN value IS 68 (26.95% from 255) = 19.05%
BLUE value IS 104 (41.02% from 255) = 29.13%
R=51.82%
G=19.05%
B=29.13%

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
Decimal1856810400.630.440.27341.5446.2549.61
HexB9446803F2C1B1562e32
Octal27110415007754335265662
Binary1011100110001001101000011111110110011011101010110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94468; }

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

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

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

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

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

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

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

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