#B94A62

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

Shades of Blush #B94A62

Tints of Blush #B94A62

Color information

#B94A62 (or 0xB94A62) is unknown color: approx Blush. HEX triplet: B9, 4A and 62. RGB value is (185,74,98). Sum of RGB (Red+Green+Blue) = 185+74+98=357 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.82% from 357); Green value is 74 (29.30% from 255 or 20.73% from 357); Blue value is 98 (38.67% from 255 or 27.45% from 357); Max value from RGB is 185 - color contains mainly: red. Hex color #B94A62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94A62 is #46B59D. Grayscale: #6D6D6D. Windows color (decimal): -4634014 or 6441657. OLE color: 6441657.

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

Color convert

RGB1857498-
CMYK00.60.470.27
HSL347.03º44.22%50.78%-
HSV(B)347.03º60%72.55%-
XYZ24.6616.0913.36-
YUV109.92121.27181.55-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.82%
GREEN value IS 74 (29.30% from 255) = 20.73%
BLUE value IS 98 (38.67% from 255) = 27.45%
R=51.82%
G=20.73%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185749800.60.470.27347.0344.2250.78
HexB94A6203C2F1B15b2c33
Octal27111214207457335335463
Binary1011100110010101100010011110010111111011101011011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94A62; }

 p { color: rgb(185,74,98); }

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

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

 a { background-color: rgb(185,74,98); }

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

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

 span { border-color: rgb(185,74,98); }

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