#B05163

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

Shades of Blush #B05163

Tints of Blush #B05163

Color information

#B05163 (or 0xB05163) is unknown color: approx Blush. HEX triplet: B0, 51 and 63. RGB value is (176,81,99). Sum of RGB (Red+Green+Blue) = 176+81+99=356 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.44% from 356); Green value is 81 (32.03% from 255 or 22.75% from 356); Blue value is 99 (39.06% from 255 or 27.81% from 356); Max value from RGB is 176 - color contains mainly: red. Hex color #B05163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05163 is #4FAE9C. Grayscale: #6F6F6F. Windows color (decimal): -5222045 or 6508976. OLE color: 6508976.

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

Color convert

RGB1768199-
CMYK00.540.440.31
HSL348.63º37.55%50.39%-
HSV(B)348.63º53.98%69.02%-
XYZ23.116.0213.68-
YUV111.46120.97174.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.44%
GREEN value IS 81 (32.03% from 255) = 22.75%
BLUE value IS 99 (39.06% from 255) = 27.81%
R=49.44%
G=22.75%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176819900.540.440.31348.6337.5550.39
HexB051630362C1F15d2632
Octal26012114306654375354662
Binary1011000010100011100011011011010110011111101011101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05163; }

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

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

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

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

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

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

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

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