#B05562

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

Shades of Blush #B05562

Tints of Blush #B05562

Color information

#B05562 (or 0xB05562) is unknown color: approx Blush. HEX triplet: B0, 55 and 62. RGB value is (176,85,98). Sum of RGB (Red+Green+Blue) = 176+85+98=359 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.03% from 359); Green value is 85 (33.59% from 255 or 23.68% from 359); Blue value is 98 (38.67% from 255 or 27.30% from 359); Max value from RGB is 176 - color contains mainly: red. Hex color #B05562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05562 is #4FAA9D. Grayscale: #717171. Windows color (decimal): -5221022 or 6444464. OLE color: 6444464.

HSL color Cylindrical-coordinate representation of color #B05562: hue angle of 351.43º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B05562 is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB1768598-
CMYK00.520.440.31
HSL351.43º36.55%51.18%-
HSV(B)351.43º51.7%69.02%-
XYZ23.3616.6113.53-
YUV113.69119.15172.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.03%
GREEN value IS 85 (33.59% from 255) = 23.68%
BLUE value IS 98 (38.67% from 255) = 27.30%
R=49.03%
G=23.68%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176859800.520.440.31351.4336.5551.18
HexB055620342C1F15f2533
Octal26012514206454375374563
Binary1011000010101011100010011010010110011111101011111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05562; }

 p { color: rgb(176,85,98); }

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

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

 a { background-color: rgb(176,85,98); }

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

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

 span { border-color: rgb(176,85,98); }

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