#B94B62

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

Shades of Blush #B94B62

Tints of Blush #B94B62

Color information

#B94B62 (or 0xB94B62) is unknown color: approx Blush. HEX triplet: B9, 4B and 62. RGB value is (185,75,98). Sum of RGB (Red+Green+Blue) = 185+75+98=358 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.68% from 358); Green value is 75 (29.69% from 255 or 20.95% from 358); Blue value is 98 (38.67% from 255 or 27.37% from 358); Max value from RGB is 185 - color contains mainly: red. Hex color #B94B62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94B62 is #46B49D. Grayscale: #6E6E6E. Windows color (decimal): -4633758 or 6441913. OLE color: 6441913.

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

Color convert

RGB1857598-
CMYK00.590.470.27
HSL347.45º44%50.98%-
HSV(B)347.45º59.46%72.55%-
XYZ24.7316.2313.38-
YUV110.51120.94181.13-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.68%
GREEN value IS 75 (29.69% from 255) = 20.95%
BLUE value IS 98 (38.67% from 255) = 27.37%
R=51.68%
G=20.95%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185759800.590.470.27347.454450.98
HexB94B6203B2F1B15b2c33
Octal27111314207357335335463
Binary1011100110010111100010011101110111111011101011011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94B62; }

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

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

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

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

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

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

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

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