#BB5868

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

Shades of Blush #BB5868

Tints of Blush #BB5868

Color information

#BB5868 (or 0xBB5868) is unknown color: approx Blush. HEX triplet: BB, 58 and 68. RGB value is (187,88,104). Sum of RGB (Red+Green+Blue) = 187+88+104=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 88 (34.77% from 255 or 23.22% from 379); Blue value is 104 (41.02% from 255 or 27.44% from 379); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5868 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5868 is #44A797. Grayscale: #777777. Windows color (decimal): -4499352 or 6838459. OLE color: 6838459.

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

Color convert

RGB18788104-
CMYK00.530.440.27
HSL350.3º42.13%53.92%-
HSV(B)350.3º52.94%73.33%-
XYZ26.4818.5415.28-
YUV119.42119.3176.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.34%
GREEN value IS 88 (34.77% from 255) = 23.22%
BLUE value IS 104 (41.02% from 255) = 27.44%
R=49.34%
G=23.22%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878810400.530.440.27350.342.1353.92
HexBB58680352C1B15e2a36
Octal27313015006554335365266
Binary1011101110110001101000011010110110011011101011110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5868; }

 p { color: rgb(187,88,104); }

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

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

 a { background-color: rgb(187,88,104); }

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

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

 span { border-color: rgb(187,88,104); }

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