#BB6271

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

Shades of Blush #BB6271

Tints of Blush #BB6271

Color information

#BB6271 (or 0xBB6271) is unknown color: approx Blush. HEX triplet: BB, 62 and 71. RGB value is (187,98,113). Sum of RGB (Red+Green+Blue) = 187+98+113=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 98 (38.67% from 255 or 24.62% from 398); Blue value is 113 (44.53% from 255 or 28.39% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6271 is #449D8E. Grayscale: #7E7E7E. Windows color (decimal): -4496783 or 7430843. OLE color: 7430843.

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

Color convert

RGB18798113-
CMYK00.480.400.27
HSL349.89º39.56%55.88%-
HSV(B)349.89º47.59%73.33%-
XYZ27.8420.4918.11-
YUV126.32120.49171.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.98%
GREEN value IS 98 (38.67% from 255) = 24.62%
BLUE value IS 113 (44.53% from 255) = 28.39%
R=46.98%
G=24.62%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879811300.480.400.27349.8939.5655.88
HexBB6271030281B15e2838
Octal27314216106050335365070
Binary1011101111000101110001011000010100011011101011110101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6271; }

 p { color: rgb(187,98,113); }

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

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

 a { background-color: rgb(187,98,113); }

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

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

 span { border-color: rgb(187,98,113); }

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