#BB5F6F

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

Shades of Blush #BB5F6F

Tints of Blush #BB5F6F

Color information

#BB5F6F (or 0xBB5F6F) is unknown color: approx Blush. HEX triplet: BB, 5F and 6F. RGB value is (187,95,111). Sum of RGB (Red+Green+Blue) = 187+95+111=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 95 (37.5% from 255 or 24.17% from 393); Blue value is 111 (43.75% from 255 or 28.24% from 393); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5F6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5F6F is #44A090. Grayscale: #7C7C7C. Windows color (decimal): -4497553 or 7299003. OLE color: 7299003.

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

Color convert

RGB18795111-
CMYK00.490.410.27
HSL349.57º40.35%55.29%-
HSV(B)349.57º49.2%73.33%-
XYZ27.4519.917.43-
YUV124.33120.48172.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.58%
GREEN value IS 95 (37.5% from 255) = 24.17%
BLUE value IS 111 (43.75% from 255) = 28.24%
R=47.58%
G=24.17%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879511100.490.410.27349.5740.3555.29
HexBB5F6F031291B15e2837
Octal27313715706151335365067
Binary1011101110111111101111011000110100111011101011110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5F6F; }

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

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

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

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

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

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

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

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