#BB3E5E

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

Shades of Hippie Pink #BB3E5E

Tints of Hippie Pink #BB3E5E

Color information

#BB3E5E (or 0xBB3E5E) is unknown color: approx Hippie Pink. HEX triplet: BB, 3E and 5E. RGB value is (187,62,94). Sum of RGB (Red+Green+Blue) = 187+62+94=343 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.52% from 343); Green value is 62 (24.61% from 255 or 18.08% from 343); Blue value is 94 (37.11% from 255 or 27.41% from 343); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3E5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3E5E is #44C1A1. Grayscale: #676767. Windows color (decimal): -4506018 or 6176443. OLE color: 6176443.

HSL color Cylindrical-coordinate representation of color #BB3E5E: hue angle of 344.64º 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 #BB3E5E is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB1876294-
CMYK00.670.500.27
HSL344.64º50.2%48.82%-
HSV(B)344.64º66.84%73.33%-
XYZ24.2414.8212.17-
YUV103.02122.91187.9-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.52%
GREEN value IS 62 (24.61% from 255) = 18.08%
BLUE value IS 94 (37.11% from 255) = 27.41%
R=54.52%
G=18.08%
B=27.41%

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
Decimal187629400.670.500.27344.6450.248.82
HexBB3E5E043321B1593231
Octal27376136010362335316261
Binary1011101111111010111100100001111001011011101011001110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3E5E; }

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

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

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

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

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

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

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

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