#B94F5F

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

Shades of Blush #B94F5F

Tints of Blush #B94F5F

Color information

#B94F5F (or 0xB94F5F) is unknown color: approx Blush. HEX triplet: B9, 4F and 5F. RGB value is (185,79,95). Sum of RGB (Red+Green+Blue) = 185+79+95=359 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.53% from 359); Green value is 79 (31.25% from 255 or 22.01% from 359); Blue value is 95 (37.5% from 255 or 26.46% from 359); Max value from RGB is 185 - color contains mainly: red. Hex color #B94F5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B94F5F is #46B0A0. Grayscale: #707070. Windows color (decimal): -4632737 or 6246329. OLE color: 6246329.

HSL color Cylindrical-coordinate representation of color #B94F5F: hue angle of 350.94º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B94F5F is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB1857995-
CMYK00.570.490.27
HSL350.94º43.09%51.76%-
HSV(B)350.94º57.3%72.55%-
XYZ24.8716.7312.75-
YUV112.52118.12179.7-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.53%
GREEN value IS 79 (31.25% from 255) = 22.01%
BLUE value IS 95 (37.5% from 255) = 26.46%
R=51.53%
G=22.01%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185799500.570.490.27350.9443.0951.76
HexB94F5F039311B15f2b34
Octal27111713707161335375364
Binary1011100110011111011111011100111000111011101011111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94F5F; }

 p { color: rgb(185,79,95); }

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

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

 a { background-color: rgb(185,79,95); }

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

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

 span { border-color: rgb(185,79,95); }

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