#BB6270

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

Shades of Blush #BB6270

Tints of Blush #BB6270

Color information

#BB6270 (or 0xBB6270) is unknown color: approx Blush. HEX triplet: BB, 62 and 70. RGB value is (187,98,112). Sum of RGB (Red+Green+Blue) = 187+98+112=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 98 (38.67% from 255 or 24.69% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6270 is #449D8F. Grayscale: #7E7E7E. Windows color (decimal): -4496784 or 7365307. OLE color: 7365307.

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

Color convert

RGB18798112-
CMYK00.480.400.27
HSL350.56º39.56%55.88%-
HSV(B)350.56º47.59%73.33%-
XYZ27.7920.4717.82-
YUV126.21119.99171.36-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.10%
GREEN value IS 98 (38.67% from 255) = 24.69%
BLUE value IS 112 (44.14% from 255) = 28.21%
R=47.10%
G=24.69%
B=28.21%

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
Decimal1879811200.480.400.27350.5639.5655.88
HexBB6270030281B15f2838
Octal27314216006050335375070
Binary1011101111000101110000011000010100011011101011111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6270; }

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

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

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

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

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

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

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

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