#BB6164

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

Shades of Blush #BB6164

Tints of Blush #BB6164

Color information

#BB6164 (or 0xBB6164) is unknown color: approx Blush. HEX triplet: BB, 61 and 64. RGB value is (187,97,100). Sum of RGB (Red+Green+Blue) = 187+97+100=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 97 (38.28% from 255 or 25.26% from 384); Blue value is 100 (39.45% from 255 or 26.04% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6164 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6164 is #449E9B. Grayscale: #7C7C7C. Windows color (decimal): -4497052 or 6578619. OLE color: 6578619.

HSL color Cylindrical-coordinate representation of color #BB6164: hue angle of 358º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BB6164 is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB18797100-
CMYK00.480.470.27
HSL358º39.82%55.69%-
HSV(B)358º48.13%73.33%-
XYZ27.0720.0314.5-
YUV124.25114.32172.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.70%
GREEN value IS 97 (38.28% from 255) = 25.26%
BLUE value IS 100 (39.45% from 255) = 26.04%
R=48.70%
G=25.26%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879710000.480.470.2735839.8255.69
HexBB61640302F1B1662838
Octal27314114406057335465070
Binary1011101111000011100100011000010111111011101100110101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6164; }

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

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

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

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

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

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

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

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