#B95668

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

Shades of Blush #B95668

Tints of Blush #B95668

Color information

#B95668 (or 0xB95668) is unknown color: approx Blush. HEX triplet: B9, 56 and 68. RGB value is (185,86,104). Sum of RGB (Red+Green+Blue) = 185+86+104=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 86 (33.98% from 255 or 22.93% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B95668 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95668 is #46A997. Grayscale: #757575. Windows color (decimal): -4630936 or 6837945. OLE color: 6837945.

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

Color convert

RGB18586104-
CMYK00.540.440.27
HSL349.09º41.42%53.14%-
HSV(B)349.09º53.51%72.55%-
XYZ25.8317.9715.2-
YUV117.65120.3176.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.33%
GREEN value IS 86 (33.98% from 255) = 22.93%
BLUE value IS 104 (41.02% from 255) = 27.73%
R=49.33%
G=22.93%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858610400.540.440.27349.0941.4253.14
HexB956680362C1B15d2935
Octal27112615006654335355165
Binary1011100110101101101000011011010110011011101011101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95668; }

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

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

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

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

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

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

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

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