#B95B6A

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

Shades of Blush #B95B6A

Tints of Blush #B95B6A

Color information

#B95B6A (or 0xB95B6A) is unknown color: approx Blush. HEX triplet: B9, 5B and 6A. RGB value is (185,91,106). Sum of RGB (Red+Green+Blue) = 185+91+106=382 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.43% from 382); Green value is 91 (35.94% from 255 or 23.82% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 185 - color contains mainly: red. Hex color #B95B6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95B6A is #46A495. Grayscale: #787878. Windows color (decimal): -4629654 or 6970297. OLE color: 6970297.

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

Color convert

RGB18591106-
CMYK00.510.430.27
HSL350.43º40.17%54.12%-
HSV(B)350.43º50.81%72.55%-
XYZ26.3518.8415.88-
YUV120.82119.64173.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.43%
GREEN value IS 91 (35.94% from 255) = 23.82%
BLUE value IS 106 (41.80% from 255) = 27.75%
R=48.43%
G=23.82%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859110600.510.430.27350.4340.1754.12
HexB95B6A0332B1B15e2836
Octal27113315206353335365066
Binary1011100110110111101010011001110101111011101011110101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95B6A; }

 p { color: rgb(185,91,106); }

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

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

 a { background-color: rgb(185,91,106); }

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

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

 span { border-color: rgb(185,91,106); }

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