#B95464

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

Shades of Blush #B95464

Tints of Blush #B95464

Color information

#B95464 (or 0xB95464) is unknown color: approx Blush. HEX triplet: B9, 54 and 64. RGB value is (185,84,100). Sum of RGB (Red+Green+Blue) = 185+84+100=369 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.14% from 369); Green value is 84 (33.20% from 255 or 22.76% from 369); Blue value is 100 (39.45% from 255 or 27.10% from 369); Max value from RGB is 185 - color contains mainly: red. Hex color #B95464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95464 is #46AB9B. Grayscale: #747474. Windows color (decimal): -4631452 or 6575289. OLE color: 6575289.

HSL color Cylindrical-coordinate representation of color #B95464: hue angle of 350.5º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B95464 is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB18584100-
CMYK00.550.460.27
HSL350.5º41.91%52.75%-
HSV(B)350.5º54.59%72.55%-
XYZ25.4817.5814.11-
YUV116.02118.96177.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.14%
GREEN value IS 84 (33.20% from 255) = 22.76%
BLUE value IS 100 (39.45% from 255) = 27.10%
R=50.14%
G=22.76%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858410000.550.460.27350.541.9152.75
HexB954640372E1B15e2a35
Octal27112414406756335365265
Binary1011100110101001100100011011110111011011101011110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95464; }

 p { color: rgb(185,84,100); }

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

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

 a { background-color: rgb(185,84,100); }

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

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

 span { border-color: rgb(185,84,100); }

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