#B94B6A

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

Shades of Blush #B94B6A

Tints of Blush #B94B6A

Color information

#B94B6A (or 0xB94B6A) is unknown color: approx Blush. HEX triplet: B9, 4B and 6A. RGB value is (185,75,106). Sum of RGB (Red+Green+Blue) = 185+75+106=366 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.55% from 366); Green value is 75 (29.69% from 255 or 20.49% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 185 - color contains mainly: red. Hex color #B94B6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94B6A is #46B495. Grayscale: #6F6F6F. Windows color (decimal): -4633750 or 6966201. OLE color: 6966201.

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

Color convert

RGB18575106-
CMYK00.590.430.27
HSL343.09º44%50.98%-
HSV(B)343.09º59.46%72.55%-
XYZ25.1316.3915.47-
YUV111.42124.94180.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.55%
GREEN value IS 75 (29.69% from 255) = 20.49%
BLUE value IS 106 (41.80% from 255) = 28.96%
R=50.55%
G=20.49%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857510600.590.430.27343.094450.98
HexB94B6A03B2B1B1572c33
Octal27111315207353335275463
Binary1011100110010111101010011101110101111011101010111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94B6A; }

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

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

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

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

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

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

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

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