#B55763

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

Shades of Blush #B55763

Tints of Blush #B55763

Color information

#B55763 (or 0xB55763) is unknown color: approx Blush. HEX triplet: B5, 57 and 63. RGB value is (181,87,99). Sum of RGB (Red+Green+Blue) = 181+87+99=367 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.32% from 367); Green value is 87 (34.38% from 255 or 23.71% from 367); Blue value is 99 (39.06% from 255 or 26.98% from 367); Max value from RGB is 181 - color contains mainly: red. Hex color #B55763 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55763 is #4AA89C. Grayscale: #747474. Windows color (decimal): -4892829 or 6510517. OLE color: 6510517.

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

Color convert

RGB1818799-
CMYK00.520.450.29
HSL352.34º38.84%52.55%-
HSV(B)352.34º51.93%70.98%-
XYZ24.7217.5413.89-
YUV116.47118.14174.02-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.32%
GREEN value IS 87 (34.38% from 255) = 23.71%
BLUE value IS 99 (39.06% from 255) = 26.98%
R=49.32%
G=23.71%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181879900.520.450.29352.3438.8452.55
HexB557630342D1D1602735
Octal26512714306455355404765
Binary1011010110101111100011011010010110111101101100000100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55763; }

 p { color: rgb(181,87,99); }

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

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

 a { background-color: rgb(181,87,99); }

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

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

 span { border-color: rgb(181,87,99); }

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