#B95661

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

Shades of Blush #B95661

Tints of Blush #B95661

Color information

#B95661 (or 0xB95661) is unknown color: approx Blush. HEX triplet: B9, 56 and 61. RGB value is (185,86,97). Sum of RGB (Red+Green+Blue) = 185+86+97=368 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.27% from 368); Green value is 86 (33.98% from 255 or 23.37% from 368); Blue value is 97 (38.28% from 255 or 26.36% from 368); Max value from RGB is 185 - color contains mainly: red. Hex color #B95661 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95661 is #46A99E. Grayscale: #747474. Windows color (decimal): -4630943 or 6379193. OLE color: 6379193.

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

Color convert

RGB1858697-
CMYK00.540.480.27
HSL353.33º41.42%53.14%-
HSV(B)353.33º53.51%72.55%-
XYZ25.4917.8313.41-
YUV116.85116.8176.61-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.27%
GREEN value IS 86 (33.98% from 255) = 23.37%
BLUE value IS 97 (38.28% from 255) = 26.36%
R=50.27%
G=23.37%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185869700.540.480.27353.3341.4253.14
HexB95661036301B1612935
Octal27112614106660335415165
Binary1011100110101101100001011011011000011011101100001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95661; }

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

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

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

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

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

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

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

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