#B06061

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

Shades of Blush #B06061

Tints of Blush #B06061

Color information

#B06061 (or 0xB06061) is unknown color: approx Blush. HEX triplet: B0, 60 and 61. RGB value is (176,96,97). Sum of RGB (Red+Green+Blue) = 176+96+97=369 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.70% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 97 (38.28% from 255 or 26.29% from 369); Max value from RGB is 176 - color contains mainly: red. Hex color #B06061 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06061 is #4F9F9E. Grayscale: #787878. Windows color (decimal): -5218207 or 6381744. OLE color: 6381744.

HSL color Cylindrical-coordinate representation of color #B06061: hue angle of 359.25º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B06061 is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB1769697-
CMYK00.450.450.31
HSL359.25º33.61%53.33%-
HSV(B)359.25º45.45%69.02%-
XYZ24.2518.4613.59-
YUV120.03115167.92-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.70%
GREEN value IS 96 (37.89% from 255) = 26.02%
BLUE value IS 97 (38.28% from 255) = 26.29%
R=47.70%
G=26.02%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176969700.450.450.31359.2533.6153.33
HexB0606102D2D1F1672235
Octal26014014105555375474265
Binary1011000011000001100001010110110110111111101100111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06061; }

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

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

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

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

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

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

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

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