#B05168

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

Shades of Blush #B05168

Tints of Blush #B05168

Color information

#B05168 (or 0xB05168) is unknown color: approx Blush. HEX triplet: B0, 51 and 68. RGB value is (176,81,104). Sum of RGB (Red+Green+Blue) = 176+81+104=361 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.75% from 361); Green value is 81 (32.03% from 255 or 22.44% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 176 - color contains mainly: red. Hex color #B05168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05168 is #4FAE97. Grayscale: #707070. Windows color (decimal): -5222040 or 6836656. OLE color: 6836656.

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

Color convert

RGB17681104-
CMYK00.540.410.31
HSL345.47º37.55%50.39%-
HSV(B)345.47º53.98%69.02%-
XYZ23.3516.1114.98-
YUV112.03123.47173.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.75%
GREEN value IS 81 (32.03% from 255) = 22.44%
BLUE value IS 104 (41.02% from 255) = 28.81%
R=48.75%
G=22.44%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768110400.540.410.31345.4737.5550.39
HexB05168036291F1592632
Octal26012115006651375314662
Binary1011000010100011101000011011010100111111101011001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05168; }

 p { color: rgb(176,81,104); }

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

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

 a { background-color: rgb(176,81,104); }

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

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

 span { border-color: rgb(176,81,104); }

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