#B15E6B

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

Shades of Blush #B15E6B

Tints of Blush #B15E6B

Color information

#B15E6B (or 0xB15E6B) is unknown color: approx Blush. HEX triplet: B1, 5E and 6B. RGB value is (177,94,107). Sum of RGB (Red+Green+Blue) = 177+94+107=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 94 (37.11% from 255 or 24.87% from 378); Blue value is 107 (42.19% from 255 or 28.31% from 378); Max value from RGB is 177 - color contains mainly: red. Hex color #B15E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15E6B is #4EA194. Grayscale: #787878. Windows color (decimal): -5153173 or 7036593. OLE color: 7036593.

HSL color Cylindrical-coordinate representation of color #B15E6B: hue angle of 350.6º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B15E6B is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB17794107-
CMYK00.470.400.31
HSL350.6º34.73%53.14%-
HSV(B)350.6º46.89%69.41%-
XYZ24.7918.4116.16-
YUV120.3120.5168.44-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.83%
GREEN value IS 94 (37.11% from 255) = 24.87%
BLUE value IS 107 (42.19% from 255) = 28.31%
R=46.83%
G=24.87%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779410700.470.400.31350.634.7353.14
HexB15E6B02F281F15f2335
Octal26113615305750375374365
Binary1011000110111101101011010111110100011111101011111100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15E6B; }

 p { color: rgb(177,94,107); }

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

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

 a { background-color: rgb(177,94,107); }

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

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

 span { border-color: rgb(177,94,107); }

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