#BB4061

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

Shades of Blush #BB4061

Tints of Blush #BB4061

Color information

#BB4061 (or 0xBB4061) is unknown color: approx Blush. HEX triplet: BB, 40 and 61. RGB value is (187,64,97). Sum of RGB (Red+Green+Blue) = 187+64+97=348 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.74% from 348); Green value is 64 (25.39% from 255 or 18.39% from 348); Blue value is 97 (38.28% from 255 or 27.87% from 348); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4061 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4061 is #44BF9E. Grayscale: #686868. Windows color (decimal): -4505503 or 6373563. OLE color: 6373563.

HSL color Cylindrical-coordinate representation of color #BB4061: hue angle of 343.9º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB4061 is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB1876497-
CMYK00.660.480.27
HSL343.9º49%49.22%-
HSV(B)343.9º65.78%73.33%-
XYZ24.4815.0912.93-
YUV104.54123.75186.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.74%
GREEN value IS 64 (25.39% from 255) = 18.39%
BLUE value IS 97 (38.28% from 255) = 27.87%
R=53.74%
G=18.39%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187649700.660.480.27343.94949.22
HexBB4061042301B1583131
Octal273100141010260335306161
Binary10111011100000011000010100001011000011011101011000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4061; }

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

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

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

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

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

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

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

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