#BB5465

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

Shades of Blush #BB5465

Tints of Blush #BB5465

Color information

#BB5465 (or 0xBB5465) is unknown color: approx Blush. HEX triplet: BB, 54 and 65. RGB value is (187,84,101). Sum of RGB (Red+Green+Blue) = 187+84+101=372 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.27% from 372); Green value is 84 (33.20% from 255 or 22.58% from 372); Blue value is 101 (39.84% from 255 or 27.15% from 372); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5465 is #44AB9A. Grayscale: #747474. Windows color (decimal): -4500379 or 6640827. OLE color: 6640827.

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

Color convert

RGB18784101-
CMYK00.550.460.27
HSL350.1º43.1%53.14%-
HSV(B)350.1º55.08%73.33%-
XYZ26.0117.8514.39-
YUV116.74119.12178.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.27%
GREEN value IS 84 (33.20% from 255) = 22.58%
BLUE value IS 101 (39.84% from 255) = 27.15%
R=50.27%
G=22.58%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878410100.550.460.27350.143.153.14
HexBB54650372E1B15e2b35
Octal27312414506756335365365
Binary1011101110101001100101011011110111011011101011110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5465; }

 p { color: rgb(187,84,101); }

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

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

 a { background-color: rgb(187,84,101); }

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

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

 span { border-color: rgb(187,84,101); }

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