#B95C6F

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

Shades of Blush #B95C6F

Tints of Blush #B95C6F

Color information

#B95C6F (or 0xB95C6F) is unknown color: approx Blush. HEX triplet: B9, 5C and 6F. RGB value is (185,92,111). Sum of RGB (Red+Green+Blue) = 185+92+111=388 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.68% from 388); Green value is 92 (36.33% from 255 or 23.71% from 388); Blue value is 111 (43.75% from 255 or 28.61% from 388); Max value from RGB is 185 - color contains mainly: red. Hex color #B95C6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95C6F is #46A390. Grayscale: #797979. Windows color (decimal): -4629393 or 7298233. OLE color: 7298233.

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

Color convert

RGB18592111-
CMYK00.500.40.27
HSL347.74º39.91%54.31%-
HSV(B)347.74º50.27%72.55%-
XYZ26.719.1217.32-
YUV121.97121.81172.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.68%
GREEN value IS 92 (36.33% from 255) = 23.71%
BLUE value IS 111 (43.75% from 255) = 28.61%
R=47.68%
G=23.71%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.4
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859211100.500.40.27347.7439.9154.31
HexB95C6F032281B15c2836
Octal27113415706250335345066
Binary1011100110111001101111011001010100011011101011100101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95C6F; }

 p { color: rgb(185,92,111); }

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

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

 a { background-color: rgb(185,92,111); }

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

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

 span { border-color: rgb(185,92,111); }

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