#B95261

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

Shades of Blush #B95261

Tints of Blush #B95261

Color information

#B95261 (or 0xB95261) is unknown color: approx Blush. HEX triplet: B9, 52 and 61. RGB value is (185,82,97). Sum of RGB (Red+Green+Blue) = 185+82+97=364 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.82% from 364); Green value is 82 (32.42% from 255 or 22.53% from 364); Blue value is 97 (38.28% from 255 or 26.65% from 364); Max value from RGB is 185 - color contains mainly: red. Hex color #B95261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95261 is #46AD9E. Grayscale: #727272. Windows color (decimal): -4631967 or 6378169. OLE color: 6378169.

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

Color convert

RGB1858297-
CMYK00.560.480.27
HSL351.26º42.39%52.35%-
HSV(B)351.26º55.68%72.55%-
XYZ25.1817.2113.3-
YUV114.51118.12178.28-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.82%
GREEN value IS 82 (32.42% from 255) = 22.53%
BLUE value IS 97 (38.28% from 255) = 26.65%
R=50.82%
G=22.53%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185829700.560.480.27351.2642.3952.35
HexB95261038301B15f2a34
Octal27112214107060335375264
Binary1011100110100101100001011100011000011011101011111101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95261; }

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

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

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

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

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

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

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

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