#B95465

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

Shades of Blush #B95465

Tints of Blush #B95465

Color information

#B95465 (or 0xB95465) is unknown color: approx Blush. HEX triplet: B9, 54 and 65. RGB value is (185,84,101). Sum of RGB (Red+Green+Blue) = 185+84+101=370 (49% of max value = 765). Red value is 185 (72.66% from 255 or 50% from 370); Green value is 84 (33.20% from 255 or 22.70% from 370); Blue value is 101 (39.84% from 255 or 27.30% from 370); Max value from RGB is 185 - color contains mainly: red. Hex color #B95465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95465 is #46AB9A. Grayscale: #747474. Windows color (decimal): -4631451 or 6640825. OLE color: 6640825.

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

Color convert

RGB18584101-
CMYK00.550.450.27
HSL349.9º41.91%52.75%-
HSV(B)349.9º54.59%72.55%-
XYZ25.5317.5914.36-
YUV116.14119.46177.12-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50%
GREEN value IS 84 (33.20% from 255) = 22.70%
BLUE value IS 101 (39.84% from 255) = 27.30%
R=50%
G=22.70%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858410100.550.450.27349.941.9152.75
HexB954650372D1B15e2a35
Octal27112414506755335365265
Binary1011100110101001100101011011110110111011101011110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95465; }

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

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

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

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

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

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

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

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