#BB5967

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

Shades of Blush #BB5967

Tints of Blush #BB5967

Color information

#BB5967 (or 0xBB5967) is unknown color: approx Blush. HEX triplet: BB, 59 and 67. RGB value is (187,89,103). Sum of RGB (Red+Green+Blue) = 187+89+103=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 89 (35.16% from 255 or 23.48% from 379); Blue value is 103 (40.62% from 255 or 27.18% from 379); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5967 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5967 is #44A698. Grayscale: #777777. Windows color (decimal): -4499097 or 6773179. OLE color: 6773179.

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

Color convert

RGB18789103-
CMYK00.520.450.27
HSL351.43º41.88%54.12%-
HSV(B)351.43º52.41%73.33%-
XYZ26.5118.6915.04-
YUV119.9118.47175.86-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.34%
GREEN value IS 89 (35.16% from 255) = 23.48%
BLUE value IS 103 (40.62% from 255) = 27.18%
R=49.34%
G=23.48%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878910300.520.450.27351.4341.8854.12
HexBB59670342D1B15f2a36
Octal27313114706455335375266
Binary1011101110110011100111011010010110111011101011111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5967; }

 p { color: rgb(187,89,103); }

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

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

 a { background-color: rgb(187,89,103); }

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

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

 span { border-color: rgb(187,89,103); }

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