#B64C64

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

Shades of Blush #B64C64

Tints of Blush #B64C64

Color information

#B64C64 (or 0xB64C64) is unknown color: approx Blush. HEX triplet: B6, 4C and 64. RGB value is (182,76,100). Sum of RGB (Red+Green+Blue) = 182+76+100=358 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.84% from 358); Green value is 76 (30.08% from 255 or 21.23% from 358); Blue value is 100 (39.45% from 255 or 27.93% from 358); Max value from RGB is 182 - color contains mainly: red. Hex color #B64C64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64C64 is #49B39B. Grayscale: #6E6E6E. Windows color (decimal): -4830108 or 6573238. OLE color: 6573238.

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

Color convert

RGB18276100-
CMYK00.580.450.29
HSL346.42º42.06%50.59%-
HSV(B)346.42º58.24%71.37%-
XYZ24.1816.0313.88-
YUV110.43122.12179.05-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.84%
GREEN value IS 76 (30.08% from 255) = 21.23%
BLUE value IS 100 (39.45% from 255) = 27.93%
R=50.84%
G=21.23%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827610000.580.450.29346.4242.0650.59
HexB64C6403A2D1D15a2a33
Octal26611414407255355325263
Binary1011011010011001100100011101010110111101101011010101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64C64; }

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

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

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

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

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

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

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

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