#B95861

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

Shades of Blush #B95861

Tints of Blush #B95861

Color information

#B95861 (or 0xB95861) is unknown color: approx Blush. HEX triplet: B9, 58 and 61. RGB value is (185,88,97). Sum of RGB (Red+Green+Blue) = 185+88+97=370 (49% of max value = 765). Red value is 185 (72.66% from 255 or 50% from 370); Green value is 88 (34.77% from 255 or 23.78% from 370); Blue value is 97 (38.28% from 255 or 26.22% from 370); Max value from RGB is 185 - color contains mainly: red. Hex color #B95861 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95861 is #46A79E. Grayscale: #767676. Windows color (decimal): -4630431 or 6379705. OLE color: 6379705.

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

Color convert

RGB1858897-
CMYK00.520.480.27
HSL354.43º40.93%53.53%-
HSV(B)354.43º52.43%72.55%-
XYZ25.6518.1613.46-
YUV118.03116.14175.77-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50%
GREEN value IS 88 (34.77% from 255) = 23.78%
BLUE value IS 97 (38.28% from 255) = 26.22%
R=50%
G=23.78%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185889700.520.480.27354.4340.9353.53
HexB95861034301B1622936
Octal27113014106460335425166
Binary1011100110110001100001011010011000011011101100010101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95861; }

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

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

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

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

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

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

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

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