#BB616B

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

Shades of Blush #BB616B

Tints of Blush #BB616B

Color information

#BB616B (or 0xBB616B) is unknown color: approx Blush. HEX triplet: BB, 61 and 6B. RGB value is (187,97,107). Sum of RGB (Red+Green+Blue) = 187+97+107=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 97 (38.28% from 255 or 24.81% from 391); Blue value is 107 (42.19% from 255 or 27.37% from 391); Max value from RGB is 187 - color contains mainly: red. Hex color #BB616B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB616B is #449E94. Grayscale: #7D7D7D. Windows color (decimal): -4497045 or 7037371. OLE color: 7037371.

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

Color convert

RGB18797107-
CMYK00.480.430.27
HSL353.33º39.82%55.69%-
HSV(B)353.33º48.13%73.33%-
XYZ27.4220.1816.36-
YUV125.05117.82172.19-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.83%
GREEN value IS 97 (38.28% from 255) = 24.81%
BLUE value IS 107 (42.19% from 255) = 27.37%
R=47.83%
G=24.81%
B=27.37%

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
Decimal1879710700.480.430.27353.3339.8255.69
HexBB616B0302B1B1612838
Octal27314115306053335415070
Binary1011101111000011101011011000010101111011101100001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB616B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB616B; }

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

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

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

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

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

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

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

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