#B64363

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

Shades of Blush #B64363

Tints of Blush #B64363

Color information

#B64363 (or 0xB64363) is unknown color: approx Blush. HEX triplet: B6, 43 and 63. RGB value is (182,67,99). Sum of RGB (Red+Green+Blue) = 182+67+99=348 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.30% from 348); Green value is 67 (26.56% from 255 or 19.25% from 348); Blue value is 99 (39.06% from 255 or 28.45% from 348); Max value from RGB is 182 - color contains mainly: red. Hex color #B64363 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64363 is #49BC9C. Grayscale: #696969. Windows color (decimal): -4832413 or 6505398. OLE color: 6505398.

HSL color Cylindrical-coordinate representation of color #B64363: hue angle of 343.3º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B64363 is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB1826799-
CMYK00.630.460.29
HSL343.3º46.18%48.82%-
HSV(B)343.3º63.19%71.37%-
XYZ23.5514.8613.43-
YUV105.03124.6182.9-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.30%
GREEN value IS 67 (26.56% from 255) = 19.25%
BLUE value IS 99 (39.06% from 255) = 28.45%
R=52.30%
G=19.25%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182679900.630.460.29343.346.1848.82
HexB6436303F2E1D1572e31
Octal26610314307756355275661
Binary1011011010000111100011011111110111011101101010111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64363; }

 p { color: rgb(182,67,99); }

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

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

 a { background-color: rgb(182,67,99); }

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

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

 span { border-color: rgb(182,67,99); }

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