#B05662

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

Shades of Blush #B05662

Tints of Blush #B05662

Color information

#B05662 (or 0xB05662) is unknown color: approx Blush. HEX triplet: B0, 56 and 62. RGB value is (176,86,98). Sum of RGB (Red+Green+Blue) = 176+86+98=360 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.89% from 360); Green value is 86 (33.98% from 255 or 23.89% from 360); Blue value is 98 (38.67% from 255 or 27.22% from 360); Max value from RGB is 176 - color contains mainly: red. Hex color #B05662 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05662 is #4FA99D. Grayscale: #727272. Windows color (decimal): -5220766 or 6444720. OLE color: 6444720.

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

Color convert

RGB1768698-
CMYK00.510.440.31
HSL352º36.29%51.37%-
HSV(B)352º51.14%69.02%-
XYZ23.4416.7713.56-
YUV114.28118.82172.02-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.89%
GREEN value IS 86 (33.98% from 255) = 23.89%
BLUE value IS 98 (38.67% from 255) = 27.22%
R=48.89%
G=23.89%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176869800.510.440.3135236.2951.37
HexB056620332C1F1602433
Octal26012614206354375404463
Binary1011000010101101100010011001110110011111101100000100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05662; }

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

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

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

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

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

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

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

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