#BB3E5D

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

Shades of Hippie Pink #BB3E5D

Tints of Hippie Pink #BB3E5D

Color information

#BB3E5D (or 0xBB3E5D) is unknown color: approx Hippie Pink. HEX triplet: BB, 3E and 5D. RGB value is (187,62,93). Sum of RGB (Red+Green+Blue) = 187+62+93=342 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.68% from 342); Green value is 62 (24.61% from 255 or 18.13% from 342); Blue value is 93 (36.72% from 255 or 27.19% from 342); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3E5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3E5D is #44C1A2. Grayscale: #666666. Windows color (decimal): -4506019 or 6110907. OLE color: 6110907.

HSL color Cylindrical-coordinate representation of color #BB3E5D: hue angle of 345.12º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB3E5D is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB1876293-
CMYK00.670.500.27
HSL345.12º50.2%48.82%-
HSV(B)345.12º66.84%73.33%-
XYZ24.1914.811.94-
YUV102.91122.41187.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.68%
GREEN value IS 62 (24.61% from 255) = 18.13%
BLUE value IS 93 (36.72% from 255) = 27.19%
R=54.68%
G=18.13%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187629300.670.500.27345.1250.248.82
HexBB3E5D043321B1593231
Octal27376135010362335316261
Binary1011101111111010111010100001111001011011101011001110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3E5D; }

 p { color: rgb(187,62,93); }

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

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

 a { background-color: rgb(187,62,93); }

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

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

 span { border-color: rgb(187,62,93); }

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