#BB656A

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

Shades of Blush #BB656A

Tints of Blush #BB656A

Color information

#BB656A (or 0xBB656A) is unknown color: approx Blush. HEX triplet: BB, 65 and 6A. RGB value is (187,101,106). Sum of RGB (Red+Green+Blue) = 187+101+106=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 101 (39.84% from 255 or 25.63% from 394); Blue value is 106 (41.80% from 255 or 26.90% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BB656A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB656A is #449A95. Grayscale: #7F7F7F. Windows color (decimal): -4496022 or 6972859. OLE color: 6972859.

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

Color convert

RGB187101106-
CMYK00.460.430.27
HSL356.51º38.74%56.47%-
HSV(B)356.51º45.99%73.33%-
XYZ27.7520.9116.21-
YUV127.28115.99170.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.46%
GREEN value IS 101 (39.84% from 255) = 25.63%
BLUE value IS 106 (41.80% from 255) = 26.90%
R=47.46%
G=25.63%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710110600.460.430.27356.5138.7456.47
HexBB656A02E2B1B1652738
Octal27314515205653335454770
Binary1011101111001011101010010111010101111011101100101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB656A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB656A; }

 p { color: rgb(187,101,106); }

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

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

 a { background-color: rgb(187,101,106); }

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

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

 span { border-color: rgb(187,101,106); }

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