#B55B6B

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

Shades of Blush #B55B6B

Tints of Blush #B55B6B

Color information

#B55B6B (or 0xB55B6B) is unknown color: approx Blush. HEX triplet: B5, 5B and 6B. RGB value is (181,91,107). Sum of RGB (Red+Green+Blue) = 181+91+107=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 91 (35.94% from 255 or 24.01% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 181 - color contains mainly: red. Hex color #B55B6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55B6B is #4AA494. Grayscale: #777777. Windows color (decimal): -4891797 or 7035829. OLE color: 7035829.

HSL color Cylindrical-coordinate representation of color #B55B6B: hue angle of 349.33º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B55B6B is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB18191107-
CMYK00.500.410.29
HSL349.33º37.82%53.33%-
HSV(B)349.33º49.72%70.98%-
XYZ25.4518.3716.11-
YUV119.73120.82171.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.76%
GREEN value IS 91 (35.94% from 255) = 24.01%
BLUE value IS 107 (42.19% from 255) = 28.23%
R=47.76%
G=24.01%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819110700.500.410.29349.3337.8253.33
HexB55B6B032291D15d2635
Octal26513315306251355354665
Binary1011010110110111101011011001010100111101101011101100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55B6B; }

 p { color: rgb(181,91,107); }

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

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

 a { background-color: rgb(181,91,107); }

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

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

 span { border-color: rgb(181,91,107); }

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