#B05B70

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

Shades of Blush #B05B70

Tints of Blush #B05B70

Color information

#B05B70 (or 0xB05B70) is unknown color: approx Blush. HEX triplet: B0, 5B and 70. RGB value is (176,91,112). Sum of RGB (Red+Green+Blue) = 176+91+112=379 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.44% from 379); Green value is 91 (35.94% from 255 or 24.01% from 379); Blue value is 112 (44.14% from 255 or 29.55% from 379); Max value from RGB is 176 - color contains mainly: red. Hex color #B05B70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05B70 is #4FA48F. Grayscale: #767676. Windows color (decimal): -5219472 or 7363504. OLE color: 7363504.

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

Color convert

RGB17691112-
CMYK00.480.360.31
HSL345.18º34.98%52.35%-
HSV(B)345.18º48.3%69.02%-
XYZ24.5717.8817.49-
YUV118.81124.16168.79-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.44%
GREEN value IS 91 (35.94% from 255) = 24.01%
BLUE value IS 112 (44.14% from 255) = 29.55%
R=46.44%
G=24.01%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769111200.480.360.31345.1834.9852.35
HexB05B70030241F1592334
Octal26013316006044375314364
Binary1011000010110111110000011000010010011111101011001100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05B70; }

 p { color: rgb(176,91,112); }

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

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

 a { background-color: rgb(176,91,112); }

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

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

 span { border-color: rgb(176,91,112); }

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