#BB616A

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

Shades of Blush #BB616A

Tints of Blush #BB616A

Color information

#BB616A (or 0xBB616A) is unknown color: approx Blush. HEX triplet: BB, 61 and 6A. RGB value is (187,97,106). Sum of RGB (Red+Green+Blue) = 187+97+106=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 97 (38.28% from 255 or 24.87% from 390); Blue value is 106 (41.80% from 255 or 27.18% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BB616A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB616A is #449E95. Grayscale: #7C7C7C. Windows color (decimal): -4497046 or 6971835. OLE color: 6971835.

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

Color convert

RGB18797106-
CMYK00.480.430.27
HSL354º39.82%55.69%-
HSV(B)354º48.13%73.33%-
XYZ27.3720.1516.08-
YUV124.94117.32172.27-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.95%
GREEN value IS 97 (38.28% from 255) = 24.87%
BLUE value IS 106 (41.80% from 255) = 27.18%
R=47.95%
G=24.87%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879710600.480.430.2735439.8255.69
HexBB616A0302B1B1622838
Octal27314115206053335425070
Binary1011101111000011101010011000010101111011101100010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB616A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB616A; }

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

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

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

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

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

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

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

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