#B94B6B

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

Shades of Blush #B94B6B

Tints of Blush #B94B6B

Color information

#B94B6B (or 0xB94B6B) is unknown color: approx Blush. HEX triplet: B9, 4B and 6B. RGB value is (185,75,107). Sum of RGB (Red+Green+Blue) = 185+75+107=367 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.41% from 367); Green value is 75 (29.69% from 255 or 20.44% from 367); Blue value is 107 (42.19% from 255 or 29.16% from 367); Max value from RGB is 185 - color contains mainly: red. Hex color #B94B6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94B6B is #46B494. Grayscale: #6F6F6F. Windows color (decimal): -4633749 or 7031737. OLE color: 7031737.

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

Color convert

RGB18575107-
CMYK00.590.420.27
HSL342.55º44%50.98%-
HSV(B)342.55º59.46%72.55%-
XYZ25.1816.4115.75-
YUV111.54125.44180.4-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.41%
GREEN value IS 75 (29.69% from 255) = 20.44%
BLUE value IS 107 (42.19% from 255) = 29.16%
R=50.41%
G=20.44%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857510700.590.420.27342.554450.98
HexB94B6B03B2A1B1572c33
Octal27111315307352335275463
Binary1011100110010111101011011101110101011011101010111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94B6B; }

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

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

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

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

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

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

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

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