#BB6465

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

Shades of Mandy #BB6465

Tints of Mandy #BB6465

Color information

#BB6465 (or 0xBB6465) is unknown color: approx Mandy. HEX triplet: BB, 64 and 65. RGB value is (187,100,101). Sum of RGB (Red+Green+Blue) = 187+100+101=388 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.20% from 388); Green value is 100 (39.45% from 255 or 25.77% from 388); Blue value is 101 (39.84% from 255 or 26.03% from 388); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6465 is #449B9A. Grayscale: #7E7E7E. Windows color (decimal): -4496283 or 6644923. OLE color: 6644923.

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

Color convert

RGB187100101-
CMYK00.470.460.27
HSL359.31º39.01%56.27%-
HSV(B)359.31º46.52%73.33%-
XYZ27.420.6214.85-
YUV126.13113.82171.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.20%
GREEN value IS 100 (39.45% from 255) = 25.77%
BLUE value IS 101 (39.84% from 255) = 26.03%
R=48.20%
G=25.77%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710010100.470.460.27359.3139.0156.27
HexBB646502F2E1B1672738
Octal27314414505756335474770
Binary1011101111001001100101010111110111011011101100111100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6465; }

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

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

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

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

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

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

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

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