#B95D69

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

Shades of Blush #B95D69

Tints of Blush #B95D69

Color information

#B95D69 (or 0xB95D69) is unknown color: approx Blush. HEX triplet: B9, 5D and 69. RGB value is (185,93,105). Sum of RGB (Red+Green+Blue) = 185+93+105=383 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.30% from 383); Green value is 93 (36.72% from 255 or 24.28% from 383); Blue value is 105 (41.41% from 255 or 27.42% from 383); Max value from RGB is 185 - color contains mainly: red. Hex color #B95D69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95D69 is #46A296. Grayscale: #797979. Windows color (decimal): -4629143 or 6905273. OLE color: 6905273.

HSL color Cylindrical-coordinate representation of color #B95D69: hue angle of 352.17º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B95D69 is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB18593105-
CMYK00.500.430.27
HSL352.17º39.66%54.51%-
HSV(B)352.17º49.73%72.55%-
XYZ26.4719.1615.67-
YUV121.88118.48173.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.30%
GREEN value IS 93 (36.72% from 255) = 24.28%
BLUE value IS 105 (41.41% from 255) = 27.42%
R=48.30%
G=24.28%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859310500.500.430.27352.1739.6654.51
HexB95D690322B1B1602837
Octal27113515106253335405067
Binary1011100110111011101001011001010101111011101100000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95D69; }

 p { color: rgb(185,93,105); }

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

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

 a { background-color: rgb(185,93,105); }

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

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

 span { border-color: rgb(185,93,105); }

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