#B15968

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

Shades of Blush #B15968

Tints of Blush #B15968

Color information

#B15968 (or 0xB15968) is unknown color: approx Blush. HEX triplet: B1, 59 and 68. RGB value is (177,89,104). Sum of RGB (Red+Green+Blue) = 177+89+104=370 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.84% from 370); Green value is 89 (35.16% from 255 or 24.05% from 370); Blue value is 104 (41.02% from 255 or 28.11% from 370); Max value from RGB is 177 - color contains mainly: red. Hex color #B15968 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15968 is #4EA697. Grayscale: #757575. Windows color (decimal): -5154456 or 6838705. OLE color: 6838705.

HSL color Cylindrical-coordinate representation of color #B15968: hue angle of 349.77º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B15968 is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB17789104-
CMYK00.500.410.31
HSL349.77º36.07%52.16%-
HSV(B)349.77º49.72%69.41%-
XYZ24.217.4915.2-
YUV117.02120.65170.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.84%
GREEN value IS 89 (35.16% from 255) = 24.05%
BLUE value IS 104 (41.02% from 255) = 28.11%
R=47.84%
G=24.05%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778910400.500.410.31349.7736.0752.16
HexB15968032291F15e2434
Octal26113115006251375364464
Binary1011000110110011101000011001010100111111101011110100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15968; }

 p { color: rgb(177,89,104); }

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

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

 a { background-color: rgb(177,89,104); }

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

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

 span { border-color: rgb(177,89,104); }

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