#B05B60

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

Shades of Blush #B05B60

Tints of Blush #B05B60

Color information

#B05B60 (or 0xB05B60) is unknown color: approx Blush. HEX triplet: B0, 5B and 60. RGB value is (176,91,96). Sum of RGB (Red+Green+Blue) = 176+91+96=363 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.48% from 363); Green value is 91 (35.94% from 255 or 25.07% from 363); Blue value is 96 (37.89% from 255 or 26.45% from 363); Max value from RGB is 176 - color contains mainly: red. Hex color #B05B60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05B60 is #4FA49F. Grayscale: #757575. Windows color (decimal): -5219488 or 6314928. OLE color: 6314928.

HSL color Cylindrical-coordinate representation of color #B05B60: hue angle of 356.47º 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 #B05B60 is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB1769196-
CMYK00.480.450.31
HSL356.47º34.98%52.35%-
HSV(B)356.47º48.3%69.02%-
XYZ23.7617.5613.2-
YUV116.98116.16170.09-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.48%
GREEN value IS 91 (35.94% from 255) = 25.07%
BLUE value IS 96 (37.89% from 255) = 26.45%
R=48.48%
G=25.07%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176919600.480.450.31356.4734.9852.35
HexB05B600302D1F1642334
Octal26013314006055375444364
Binary1011000010110111100000011000010110111111101100100100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05B60; }

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

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

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

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

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

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

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

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