#BB6172

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

Shades of Blush #BB6172

Tints of Blush #BB6172

Color information

#BB6172 (or 0xBB6172) is unknown color: approx Blush. HEX triplet: BB, 61 and 72. RGB value is (187,97,114). Sum of RGB (Red+Green+Blue) = 187+97+114=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 97 (38.28% from 255 or 24.37% from 398); Blue value is 114 (44.92% from 255 or 28.64% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6172 is #449E8D. Grayscale: #7D7D7D. Windows color (decimal): -4497038 or 7496123. OLE color: 7496123.

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

Color convert

RGB18797114-
CMYK00.480.390.27
HSL348.67º39.82%55.69%-
HSV(B)348.67º48.13%73.33%-
XYZ27.8120.3318.38-
YUV125.85121.32171.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.98%
GREEN value IS 97 (38.28% from 255) = 24.37%
BLUE value IS 114 (44.92% from 255) = 28.64%
R=46.98%
G=24.37%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879711400.480.390.27348.6739.8255.69
HexBB6172030271B15d2838
Octal27314116206047335355070
Binary1011101111000011110010011000010011111011101011101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6172; }

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

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

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

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

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

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

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

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