#BB6264

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

Shades of Blush #BB6264

Tints of Blush #BB6264

Color information

#BB6264 (or 0xBB6264) is unknown color: approx Blush. HEX triplet: BB, 62 and 64. RGB value is (187,98,100). Sum of RGB (Red+Green+Blue) = 187+98+100=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 98 (38.67% from 255 or 25.45% from 385); Blue value is 100 (39.45% from 255 or 25.97% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6264 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6264 is #449D9B. Grayscale: #7C7C7C. Windows color (decimal): -4496796 or 6578875. OLE color: 6578875.

HSL color Cylindrical-coordinate representation of color #BB6264: hue angle of 358.65º 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 #BB6264 is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB18798100-
CMYK00.480.470.27
HSL358.65º39.56%55.88%-
HSV(B)358.65º47.59%73.33%-
XYZ27.1620.2214.53-
YUV124.84113.99172.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.57%
GREEN value IS 98 (38.67% from 255) = 25.45%
BLUE value IS 100 (39.45% from 255) = 25.97%
R=48.57%
G=25.45%
B=25.97%

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
Decimal1879810000.480.470.27358.6539.5655.88
HexBB62640302F1B1672838
Octal27314214406057335475070
Binary1011101111000101100100011000010111111011101100111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6264; }

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

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

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

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

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

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

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

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