#bb656c

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

Shades of Blush #BB656C

Tints of Blush #BB656C

Color information

#BB656C (or 0xBB656C) is unknown color: approx Blush. HEX triplet: BB, 65 and 6C. RGB value is (187,101,108). Sum of RGB (Red+Green+Blue) = 187+101+108=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 101 (39.84% from 255 or 25.51% from 396); Blue value is 108 (42.58% from 255 or 27.27% from 396); Max value from RGB is 187 - color contains mainly: red. Hex color #BB656C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB656C is #449A93. Grayscale: #7F7F7F. Windows color (decimal): -4496020 or 7103931. OLE color: 7103931.

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

Color convert

RGB187101108-
CMYK00.460.420.27
HSL355.12º38.74%56.47%-
HSV(B)355.12º45.99%73.33%-
XYZ27.8520.9516.76-
YUV127.51116.99170.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.22%
GREEN value IS 101 (39.84% from 255) = 25.51%
BLUE value IS 108 (42.58% from 255) = 27.27%
R=47.22%
G=25.51%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710110800.460.420.27355.1238.7456.47
HexBB656C02E2A1B1632738
Octal27314515405652335434770
Binary1011101111001011101100010111010101011011101100011100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb656c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb656c; }

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

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

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

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

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

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

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

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