#B66164

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

Shades of Blush #B66164

Tints of Blush #B66164

Color information

#B66164 (or 0xB66164) is unknown color: approx Blush. HEX triplet: B6, 61 and 64. RGB value is (182,97,100). Sum of RGB (Red+Green+Blue) = 182+97+100=379 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.02% from 379); Green value is 97 (38.28% from 255 or 25.59% from 379); Blue value is 100 (39.45% from 255 or 26.39% from 379); Max value from RGB is 182 - color contains mainly: red. Hex color #B66164 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66164 is #499E9B. Grayscale: #7A7A7A. Windows color (decimal): -4824732 or 6578614. OLE color: 6578614.

HSL color Cylindrical-coordinate representation of color #B66164: hue angle of 357.88º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B66164 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB18297100-
CMYK00.470.450.29
HSL357.88º36.8%54.71%-
HSV(B)357.88º46.7%71.37%-
XYZ25.8719.4114.44-
YUV122.76115.16170.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.02%
GREEN value IS 97 (38.28% from 255) = 25.59%
BLUE value IS 100 (39.45% from 255) = 26.39%
R=48.02%
G=25.59%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829710000.470.450.29357.8836.854.71
HexB6616402F2D1D1662537
Octal26614114405755355464567
Binary1011011011000011100100010111110110111101101100110100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66164; }

 p { color: rgb(182,97,100); }

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

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

 a { background-color: rgb(182,97,100); }

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

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

 span { border-color: rgb(182,97,100); }

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