#B95266

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

Shades of Blush #B95266

Tints of Blush #B95266

Color information

#B95266 (or 0xB95266) is unknown color: approx Blush. HEX triplet: B9, 52 and 66. RGB value is (185,82,102). Sum of RGB (Red+Green+Blue) = 185+82+102=369 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.14% from 369); Green value is 82 (32.42% from 255 or 22.22% from 369); Blue value is 102 (40.23% from 255 or 27.64% from 369); Max value from RGB is 185 - color contains mainly: red. Hex color #B95266 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95266 is #46AD99. Grayscale: #737373. Windows color (decimal): -4631962 or 6705849. OLE color: 6705849.

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

Color convert

RGB18582102-
CMYK00.560.450.27
HSL348.35º42.39%52.35%-
HSV(B)348.35º55.68%72.55%-
XYZ25.4217.3114.57-
YUV115.08120.62177.87-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.14%
GREEN value IS 82 (32.42% from 255) = 22.22%
BLUE value IS 102 (40.23% from 255) = 27.64%
R=50.14%
G=22.22%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858210200.560.450.27348.3542.3952.35
HexB952660382D1B15c2a34
Octal27112214607055335345264
Binary1011100110100101100110011100010110111011101011100101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95266; }

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

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

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

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

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

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

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

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