#B94767

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

Shades of Blush #B94767

Tints of Blush #B94767

Color information

#B94767 (or 0xB94767) is unknown color: approx Blush. HEX triplet: B9, 47 and 67. RGB value is (185,71,103). Sum of RGB (Red+Green+Blue) = 185+71+103=359 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.53% from 359); Green value is 71 (28.12% from 255 or 19.78% from 359); Blue value is 103 (40.62% from 255 or 28.69% from 359); Max value from RGB is 185 - color contains mainly: red. Hex color #B94767 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94767 is #46B898. Grayscale: #6C6C6C. Windows color (decimal): -4634777 or 6768569. OLE color: 6768569.

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

Color convert

RGB18571103-
CMYK00.620.440.27
HSL343.16º44.88%50.2%-
HSV(B)343.16º61.62%72.55%-
XYZ24.7115.814.58-
YUV108.73124.77182.4-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.53%
GREEN value IS 71 (28.12% from 255) = 19.78%
BLUE value IS 103 (40.62% from 255) = 28.69%
R=51.53%
G=19.78%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857110300.620.440.27343.1644.8850.2
HexB9476703E2C1B1572d32
Octal27110714707654335275562
Binary1011100110001111100111011111010110011011101010111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94767; }

 p { color: rgb(185,71,103); }

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

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

 a { background-color: rgb(185,71,103); }

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

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

 span { border-color: rgb(185,71,103); }

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