#b95368

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

Shades of Blush #B95368

Tints of Blush #B95368

Color information

#B95368 (or 0xB95368) is unknown color: approx Blush. HEX triplet: B9, 53 and 68. RGB value is (185,83,104). Sum of RGB (Red+Green+Blue) = 185+83+104=372 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.73% from 372); Green value is 83 (32.81% from 255 or 22.31% from 372); Blue value is 104 (41.02% from 255 or 27.96% from 372); Max value from RGB is 185 - color contains mainly: red. Hex color #B95368 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95368 is #46AC97. Grayscale: #737373. Windows color (decimal): -4631704 or 6837177. OLE color: 6837177.

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

Color convert

RGB18583104-
CMYK00.550.440.27
HSL347.65º42.15%52.55%-
HSV(B)347.65º55.14%72.55%-
XYZ25.617.515.13-
YUV115.89121.29177.29-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.73%
GREEN value IS 83 (32.81% from 255) = 22.31%
BLUE value IS 104 (41.02% from 255) = 27.96%
R=49.73%
G=22.31%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858310400.550.440.27347.6542.1552.55
HexB953680372C1B15c2a35
Octal27112315006754335345265
Binary1011100110100111101000011011110110011011101011100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b95368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b95368; }

 p { color: rgb(185,83,104); }

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

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

 a { background-color: rgb(185,83,104); }

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

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

 span { border-color: rgb(185,83,104); }

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