#BB6468

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

Shades of Blush #BB6468

Tints of Blush #BB6468

Color information

#BB6468 (or 0xBB6468) is unknown color: approx Blush. HEX triplet: BB, 64 and 68. RGB value is (187,100,104). Sum of RGB (Red+Green+Blue) = 187+100+104=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 100 (39.45% from 255 or 25.58% from 391); Blue value is 104 (41.02% from 255 or 26.60% from 391); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6468 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6468 is #449B97. Grayscale: #7E7E7E. Windows color (decimal): -4496280 or 6841531. OLE color: 6841531.

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

Color convert

RGB187100104-
CMYK00.470.440.27
HSL357.24º39.01%56.27%-
HSV(B)357.24º46.52%73.33%-
XYZ27.5520.6815.64-
YUV126.47115.32171.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.83%
GREEN value IS 100 (39.45% from 255) = 25.58%
BLUE value IS 104 (41.02% from 255) = 26.60%
R=47.83%
G=25.58%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710010400.470.440.27357.2439.0156.27
HexBB646802F2C1B1652738
Octal27314415005754335454770
Binary1011101111001001101000010111110110011011101100101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6468; }

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

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

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

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

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

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

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

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