#B55F6F

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

Shades of Blush #B55F6F

Tints of Blush #B55F6F

Color information

#B55F6F (or 0xB55F6F) is unknown color: approx Blush. HEX triplet: B5, 5F and 6F. RGB value is (181,95,111). Sum of RGB (Red+Green+Blue) = 181+95+111=387 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.77% from 387); Green value is 95 (37.5% from 255 or 24.55% from 387); Blue value is 111 (43.75% from 255 or 28.68% from 387); Max value from RGB is 181 - color contains mainly: red. Hex color #B55F6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55F6F is #4AA090. Grayscale: #7A7A7A. Windows color (decimal): -4890769 or 7298997. OLE color: 7298997.

HSL color Cylindrical-coordinate representation of color #B55F6F: hue angle of 348.84º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B55F6F is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB18195111-
CMYK00.480.390.29
HSL348.84º36.75%54.12%-
HSV(B)348.84º47.51%70.98%-
XYZ26.0219.1617.37-
YUV122.54121.49169.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.77%
GREEN value IS 95 (37.5% from 255) = 24.55%
BLUE value IS 111 (43.75% from 255) = 28.68%
R=46.77%
G=24.55%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819511100.480.390.29348.8436.7554.12
HexB55F6F030271D15d2536
Octal26513715706047355354566
Binary1011010110111111101111011000010011111101101011101100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55F6F; }

 p { color: rgb(181,95,111); }

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

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

 a { background-color: rgb(181,95,111); }

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

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

 span { border-color: rgb(181,95,111); }

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