#BB5F6D

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

Shades of Blush #BB5F6D

Tints of Blush #BB5F6D

Color information

#BB5F6D (or 0xBB5F6D) is unknown color: approx Blush. HEX triplet: BB, 5F and 6D. RGB value is (187,95,109). Sum of RGB (Red+Green+Blue) = 187+95+109=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 95 (37.5% from 255 or 24.30% from 391); Blue value is 109 (42.97% from 255 or 27.88% from 391); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5F6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5F6D is #44A092. Grayscale: #7C7C7C. Windows color (decimal): -4497555 or 7167931. OLE color: 7167931.

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

Color convert

RGB18795109-
CMYK00.490.420.27
HSL350.87º40.35%55.29%-
HSV(B)350.87º49.2%73.33%-
XYZ27.3519.8516.86-
YUV124.1119.48172.86-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.83%
GREEN value IS 95 (37.5% from 255) = 24.30%
BLUE value IS 109 (42.97% from 255) = 27.88%
R=47.83%
G=24.30%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879510900.490.420.27350.8740.3555.29
HexBB5F6D0312A1B15f2837
Octal27313715506152335375067
Binary1011101110111111101101011000110101011011101011111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5F6D; }

 p { color: rgb(187,95,109); }

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

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

 a { background-color: rgb(187,95,109); }

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

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

 span { border-color: rgb(187,95,109); }

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