#B94260

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

Shades of Blush #B94260

Tints of Blush #B94260

Color information

#B94260 (or 0xB94260) is unknown color: approx Blush. HEX triplet: B9, 42 and 60. RGB value is (185,66,96). Sum of RGB (Red+Green+Blue) = 185+66+96=347 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.31% from 347); Green value is 66 (26.17% from 255 or 19.02% from 347); Blue value is 96 (37.89% from 255 or 27.67% from 347); Max value from RGB is 185 - color contains mainly: red. Hex color #B94260 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94260 is #46BD9F. Grayscale: #696969. Windows color (decimal): -4636064 or 6308537. OLE color: 6308537.

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

Color convert

RGB1856696-
CMYK00.640.480.27
HSL344.87º47.41%49.22%-
HSV(B)344.87º64.32%72.55%-
XYZ24.0715.0612.7-
YUV105122.92185.06-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.31%
GREEN value IS 66 (26.17% from 255) = 19.02%
BLUE value IS 96 (37.89% from 255) = 27.67%
R=53.31%
G=19.02%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185669600.640.480.27344.8747.4149.22
HexB94260040301B1592f31
Octal271102140010060335315761
Binary10111001100001011000000100000011000011011101011001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94260; }

 p { color: rgb(185,66,96); }

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

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

 a { background-color: rgb(185,66,96); }

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

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

 span { border-color: rgb(185,66,96); }

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