#B64B64

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

Shades of Blush #B64B64

Tints of Blush #B64B64

Color information

#B64B64 (or 0xB64B64) is unknown color: approx Blush. HEX triplet: B6, 4B and 64. RGB value is (182,75,100). Sum of RGB (Red+Green+Blue) = 182+75+100=357 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.98% from 357); Green value is 75 (29.69% from 255 or 21.01% from 357); Blue value is 100 (39.45% from 255 or 28.01% from 357); Max value from RGB is 182 - color contains mainly: red. Hex color #B64B64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64B64 is #49B49B. Grayscale: #6D6D6D. Windows color (decimal): -4830364 or 6572982. OLE color: 6572982.

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

Color convert

RGB18275100-
CMYK00.590.450.29
HSL345.98º42.29%50.39%-
HSV(B)345.98º58.79%71.37%-
XYZ24.1115.913.85-
YUV109.84122.45179.47-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.98%
GREEN value IS 75 (29.69% from 255) = 21.01%
BLUE value IS 100 (39.45% from 255) = 28.01%
R=50.98%
G=21.01%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827510000.590.450.29345.9842.2950.39
HexB64B6403B2D1D15a2a32
Octal26611314407355355325262
Binary1011011010010111100100011101110110111101101011010101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64B64; }

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

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

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

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

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

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

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

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