#B05664

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

Shades of Blush #B05664

Tints of Blush #B05664

Color information

#B05664 (or 0xB05664) is unknown color: approx Blush. HEX triplet: B0, 56 and 64. RGB value is (176,86,100). Sum of RGB (Red+Green+Blue) = 176+86+100=362 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.62% from 362); Green value is 86 (33.98% from 255 or 23.76% from 362); Blue value is 100 (39.45% from 255 or 27.62% from 362); Max value from RGB is 176 - color contains mainly: red. Hex color #B05664 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05664 is #4FA99B. Grayscale: #727272. Windows color (decimal): -5220764 or 6575792. OLE color: 6575792.

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

Color convert

RGB17686100-
CMYK00.510.430.31
HSL350.67º36.29%51.37%-
HSV(B)350.67º51.14%69.02%-
XYZ23.5316.8114.06-
YUV114.51119.82171.86-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.62%
GREEN value IS 86 (33.98% from 255) = 23.76%
BLUE value IS 100 (39.45% from 255) = 27.62%
R=48.62%
G=23.76%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768610000.510.430.31350.6736.2951.37
HexB056640332B1F15f2433
Octal26012614406353375374463
Binary1011000010101101100100011001110101111111101011111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05664; }

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

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

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

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

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

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

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

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