#BB656B

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

Shades of Blush #BB656B

Tints of Blush #BB656B

Color information

#BB656B (or 0xBB656B) is unknown color: approx Blush. HEX triplet: BB, 65 and 6B. RGB value is (187,101,107). Sum of RGB (Red+Green+Blue) = 187+101+107=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 101 (39.84% from 255 or 25.57% from 395); Blue value is 107 (42.19% from 255 or 27.09% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BB656B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB656B is #449A94. Grayscale: #7F7F7F. Windows color (decimal): -4496021 or 7038395. OLE color: 7038395.

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

Color convert

RGB187101107-
CMYK00.460.430.27
HSL355.81º38.74%56.47%-
HSV(B)355.81º45.99%73.33%-
XYZ27.820.9316.49-
YUV127.4116.49170.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.34%
GREEN value IS 101 (39.84% from 255) = 25.57%
BLUE value IS 107 (42.19% from 255) = 27.09%
R=47.34%
G=25.57%
B=27.09%

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
Decimal18710110700.460.430.27355.8138.7456.47
HexBB656B02E2B1B1642738
Octal27314515305653335444770
Binary1011101111001011101011010111010101111011101100100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB656B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB656B; }

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

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

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

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

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

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

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

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