#BB3D59

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

Shades of Hippie Pink #BB3D59

Tints of Hippie Pink #BB3D59

Color information

#BB3D59 (or 0xBB3D59) is unknown color: approx Hippie Pink. HEX triplet: BB, 3D and 59. RGB value is (187,61,89). Sum of RGB (Red+Green+Blue) = 187+61+89=337 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.49% from 337); Green value is 61 (24.22% from 255 or 18.10% from 337); Blue value is 89 (35.16% from 255 or 26.41% from 337); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3D59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3D59 is #44C2A6. Grayscale: #656565. Windows color (decimal): -4506279 or 5848507. OLE color: 5848507.

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

Color convert

RGB1876189-
CMYK00.670.520.27
HSL346.67º50.81%48.63%-
HSV(B)346.67º67.38%73.33%-
XYZ23.9714.6211.01-
YUV101.87120.74188.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 55.49%
GREEN value IS 61 (24.22% from 255) = 18.10%
BLUE value IS 89 (35.16% from 255) = 26.41%
R=55.49%
G=18.10%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187618900.670.520.27346.6750.8148.63
HexBB3D59043341B15b3331
Octal27375131010364335336361
Binary1011101111110110110010100001111010011011101011011110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3D59; }

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

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

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

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

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

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

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

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