#B94C5D

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

Shades of Blush #B94C5D

Tints of Blush #B94C5D

Color information

#B94C5D (or 0xB94C5D) is unknown color: approx Blush. HEX triplet: B9, 4C and 5D. RGB value is (185,76,93). Sum of RGB (Red+Green+Blue) = 185+76+93=354 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.26% from 354); Green value is 76 (30.08% from 255 or 21.47% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 185 - color contains mainly: red. Hex color #B94C5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94C5D is #46B3A2. Grayscale: #6E6E6E. Windows color (decimal): -4633507 or 6114489. OLE color: 6114489.

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

Color convert

RGB1857693-
CMYK00.590.500.27
HSL350.64º43.78%51.18%-
HSV(B)350.64º58.92%72.55%-
XYZ24.5716.2712.2-
YUV110.53118.11181.12-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.26%
GREEN value IS 76 (30.08% from 255) = 21.47%
BLUE value IS 93 (36.72% from 255) = 26.27%
R=52.26%
G=21.47%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185769300.590.500.27350.6443.7851.18
HexB94C5D03B321B15f2c33
Octal27111413507362335375463
Binary1011100110011001011101011101111001011011101011111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94C5D; }

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

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

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

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

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

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

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

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