#B95163

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

Shades of Blush #B95163

Tints of Blush #B95163

Color information

#B95163 (or 0xB95163) is unknown color: approx Blush. HEX triplet: B9, 51 and 63. RGB value is (185,81,99). Sum of RGB (Red+Green+Blue) = 185+81+99=365 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.68% from 365); Green value is 81 (32.03% from 255 or 22.19% from 365); Blue value is 99 (39.06% from 255 or 27.12% from 365); Max value from RGB is 185 - color contains mainly: red. Hex color #B95163 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95163 is #46AE9C. Grayscale: #727272. Windows color (decimal): -4632221 or 6508985. OLE color: 6508985.

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

Color convert

RGB1858199-
CMYK00.560.460.27
HSL349.62º42.62%52.16%-
HSV(B)349.62º56.22%72.55%-
XYZ25.217.113.78-
YUV114.15119.46178.54-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.68%
GREEN value IS 81 (32.03% from 255) = 22.19%
BLUE value IS 99 (39.06% from 255) = 27.12%
R=50.68%
G=22.19%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185819900.560.460.27349.6242.6252.16
HexB951630382E1B15e2b34
Octal27112114307056335365364
Binary1011100110100011100011011100010111011011101011110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95163; }

 p { color: rgb(185,81,99); }

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

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

 a { background-color: rgb(185,81,99); }

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

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

 span { border-color: rgb(185,81,99); }

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