#B94B64

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

Shades of Blush #B94B64

Tints of Blush #B94B64

Color information

#B94B64 (or 0xB94B64) is unknown color: approx Blush. HEX triplet: B9, 4B and 64. RGB value is (185,75,100). Sum of RGB (Red+Green+Blue) = 185+75+100=360 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.39% from 360); Green value is 75 (29.69% from 255 or 20.83% from 360); Blue value is 100 (39.45% from 255 or 27.78% from 360); Max value from RGB is 185 - color contains mainly: red. Hex color #B94B64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94B64 is #46B49B. Grayscale: #6E6E6E. Windows color (decimal): -4633756 or 6572985. OLE color: 6572985.

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

Color convert

RGB18575100-
CMYK00.590.460.27
HSL346.36º44%50.98%-
HSV(B)346.36º59.46%72.55%-
XYZ24.8216.2713.89-
YUV110.74121.94180.97-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.39%
GREEN value IS 75 (29.69% from 255) = 20.83%
BLUE value IS 100 (39.45% from 255) = 27.78%
R=51.39%
G=20.83%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857510000.590.460.27346.364450.98
HexB94B6403B2E1B15a2c33
Octal27111314407356335325463
Binary1011100110010111100100011101110111011011101011010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94B64; }

 p { color: rgb(185,75,100); }

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

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

 a { background-color: rgb(185,75,100); }

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

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

 span { border-color: rgb(185,75,100); }

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