#BB616C

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

Shades of Blush #BB616C

Tints of Blush #BB616C

Color information

#BB616C (or 0xBB616C) is unknown color: approx Blush. HEX triplet: BB, 61 and 6C. RGB value is (187,97,108). Sum of RGB (Red+Green+Blue) = 187+97+108=392 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.70% from 392); Green value is 97 (38.28% from 255 or 24.74% from 392); Blue value is 108 (42.58% from 255 or 27.55% from 392); Max value from RGB is 187 - color contains mainly: red. Hex color #BB616C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB616C is #449E93. Grayscale: #7D7D7D. Windows color (decimal): -4497044 or 7102907. OLE color: 7102907.

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

Color convert

RGB18797108-
CMYK00.480.420.27
HSL352.67º39.82%55.69%-
HSV(B)352.67º48.13%73.33%-
XYZ27.4720.216.64-
YUV125.16118.32172.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.70%
GREEN value IS 97 (38.28% from 255) = 24.74%
BLUE value IS 108 (42.58% from 255) = 27.55%
R=47.70%
G=24.74%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879710800.480.420.27352.6739.8255.69
HexBB616C0302A1B1612838
Octal27314115406052335415070
Binary1011101111000011101100011000010101011011101100001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB616C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB616C; }

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

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

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

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

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

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

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

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