#B94C6C

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

Shades of Blush #B94C6C

Tints of Blush #B94C6C

Color information

#B94C6C (or 0xB94C6C) is unknown color: approx Blush. HEX triplet: B9, 4C and 6C. RGB value is (185,76,108). Sum of RGB (Red+Green+Blue) = 185+76+108=369 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.14% from 369); Green value is 76 (30.08% from 255 or 20.60% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 185 - color contains mainly: red. Hex color #B94C6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94C6C is #46B393. Grayscale: #707070. Windows color (decimal): -4633492 or 7097529. OLE color: 7097529.

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

Color convert

RGB18576108-
CMYK00.590.420.27
HSL342.39º43.78%51.18%-
HSV(B)342.39º58.92%72.55%-
XYZ25.316.5716.05-
YUV112.24125.61179.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.14%
GREEN value IS 76 (30.08% from 255) = 20.60%
BLUE value IS 108 (42.58% from 255) = 29.27%
R=50.14%
G=20.60%
B=29.27%

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
Decimal1857610800.590.420.27342.3943.7851.18
HexB94C6C03B2A1B1562c33
Octal27111415407352335265463
Binary1011100110011001101100011101110101011011101010110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94C6C; }

 p { color: rgb(185,76,108); }

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

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

 a { background-color: rgb(185,76,108); }

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

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

 span { border-color: rgb(185,76,108); }

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