#B7555D

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

Shades of Blush #B7555D

Tints of Blush #B7555D

Color information

#B7555D (or 0xB7555D) is unknown color: approx Blush. HEX triplet: B7, 55 and 5D. RGB value is (183,85,93). Sum of RGB (Red+Green+Blue) = 183+85+93=361 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.69% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 183 - color contains mainly: red. Hex color #B7555D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7555D is #48AAA2. Grayscale: #737373. Windows color (decimal): -4762275 or 6116791. OLE color: 6116791.

HSL color Cylindrical-coordinate representation of color #B7555D: hue angle of 355.1º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B7555D is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB1838593-
CMYK00.540.490.28
HSL355.1º40.5%52.55%-
HSV(B)355.1º53.55%71.76%-
XYZ24.7517.3512.4-
YUV115.21115.47176.35-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.69%
GREEN value IS 85 (33.59% from 255) = 23.55%
BLUE value IS 93 (36.72% from 255) = 25.76%
R=50.69%
G=23.55%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183859300.540.490.28355.140.552.55
HexB7555D036311C1632835
Octal26712513506661345435065
Binary1011011110101011011101011011011000111100101100011101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7555D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7555D; }

 p { color: rgb(183,85,93); }

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

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

 a { background-color: rgb(183,85,93); }

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

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

 span { border-color: rgb(183,85,93); }

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