#BB6162

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

Shades of Mandy #BB6162

Tints of Mandy #BB6162

Color information

#BB6162 (or 0xBB6162) is unknown color: approx Mandy. HEX triplet: BB, 61 and 62. RGB value is (187,97,98). Sum of RGB (Red+Green+Blue) = 187+97+98=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 97 (38.28% from 255 or 25.39% from 382); Blue value is 98 (38.67% from 255 or 25.65% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6162 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6162 is #449E9D. Grayscale: #7C7C7C. Windows color (decimal): -4497054 or 6447547. OLE color: 6447547.

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

Color convert

RGB1879798-
CMYK00.480.480.27
HSL359.33º39.82%55.69%-
HSV(B)359.33º48.13%73.33%-
XYZ26.972013.99-
YUV124.02113.32172.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.95%
GREEN value IS 97 (38.28% from 255) = 25.39%
BLUE value IS 98 (38.67% from 255) = 25.65%
R=48.95%
G=25.39%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187979800.480.480.27359.3339.8255.69
HexBB6162030301B1672838
Octal27314114206060335475070
Binary1011101111000011100010011000011000011011101100111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6162; }

 p { color: rgb(187,97,98); }

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

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

 a { background-color: rgb(187,97,98); }

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

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

 span { border-color: rgb(187,97,98); }

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