#B15665

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

Shades of Blush #B15665

Tints of Blush #B15665

Color information

#B15665 (or 0xB15665) is unknown color: approx Blush. HEX triplet: B1, 56 and 65. RGB value is (177,86,101). Sum of RGB (Red+Green+Blue) = 177+86+101=364 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.63% from 364); Green value is 86 (33.98% from 255 or 23.63% from 364); Blue value is 101 (39.84% from 255 or 27.75% from 364); Max value from RGB is 177 - color contains mainly: red. Hex color #B15665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15665 is #4EA99A. Grayscale: #727272. Windows color (decimal): -5155227 or 6641329. OLE color: 6641329.

HSL color Cylindrical-coordinate representation of color #B15665: hue angle of 350.11º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B15665 is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB17786101-
CMYK00.510.430.31
HSL350.11º36.84%51.57%-
HSV(B)350.11º51.41%69.41%-
XYZ23.8116.9414.33-
YUV114.92120.15172.28-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.63%
GREEN value IS 86 (33.98% from 255) = 23.63%
BLUE value IS 101 (39.84% from 255) = 27.75%
R=48.63%
G=23.63%
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.31
SystemRedGreenBlueCMYKHSL
Decimal1778610100.510.430.31350.1136.8451.57
HexB156650332B1F15e2534
Octal26112614506353375364564
Binary1011000110101101100101011001110101111111101011110100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15665; }

 p { color: rgb(177,86,101); }

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

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

 a { background-color: rgb(177,86,101); }

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

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

 span { border-color: rgb(177,86,101); }

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