#B06162

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

Shades of Blush #B06162

Tints of Blush #B06162

Color information

#B06162 (or 0xB06162) is unknown color: approx Blush. HEX triplet: B0, 61 and 62. RGB value is (176,97,98). Sum of RGB (Red+Green+Blue) = 176+97+98=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 98 (38.67% from 255 or 26.42% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B06162 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06162 is #4F9E9D. Grayscale: #787878. Windows color (decimal): -5217950 or 6447536. OLE color: 6447536.

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

Color convert

RGB1769798-
CMYK00.450.440.31
HSL359.24º33.33%53.53%-
HSV(B)359.24º44.89%69.02%-
XYZ24.3818.6613.87-
YUV120.73115.17167.42-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.44%
GREEN value IS 97 (38.28% from 255) = 26.15%
BLUE value IS 98 (38.67% from 255) = 26.42%
R=47.44%
G=26.15%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176979800.450.440.31359.2433.3353.53
HexB0616202D2C1F1672136
Octal26014114205554375474166
Binary1011000011000011100010010110110110011111101100111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06162; }

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

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

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

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

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

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

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

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