#BB3D5B

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

Shades of Hippie Pink #BB3D5B

Tints of Hippie Pink #BB3D5B

Color information

#BB3D5B (or 0xBB3D5B) is unknown color: approx Hippie Pink. HEX triplet: BB, 3D and 5B. RGB value is (187,61,91). Sum of RGB (Red+Green+Blue) = 187+61+91=339 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.16% from 339); Green value is 61 (24.22% from 255 or 17.99% from 339); Blue value is 91 (35.94% from 255 or 26.84% from 339); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3D5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3D5B is #44C2A4. Grayscale: #666666. Windows color (decimal): -4506277 or 5979579. OLE color: 5979579.

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

Color convert

RGB1876191-
CMYK00.670.510.27
HSL345.71º50.81%48.63%-
HSV(B)345.71º67.38%73.33%-
XYZ24.0514.6611.46-
YUV102.09121.74188.56-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 55.16%
GREEN value IS 61 (24.22% from 255) = 17.99%
BLUE value IS 91 (35.94% from 255) = 26.84%
R=55.16%
G=17.99%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187619100.670.510.27345.7150.8148.63
HexBB3D5B043331B15a3331
Octal27375133010363335326361
Binary1011101111110110110110100001111001111011101011010110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3D5B; }

 p { color: rgb(187,61,91); }

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

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

 a { background-color: rgb(187,61,91); }

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

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

 span { border-color: rgb(187,61,91); }

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