Html Css Color HEX #BB3F59 Hippie Pink

📋 copy color: '#BB3F59'

red 187 ◦ green 63 ◦ blue 89

#BB3F59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Pink #BB3F59

Tints of Hippie Pink #BB3F59

RGB

 RED value IS 187 (73.44% from 255) = 55.16%

 GREEN value IS 63 (25% from 255) = 18.58%

 BLUE value IS 89 (35.16% from 255) = 26.25%

R = 55.16%
G = 18.58%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BB3F59 (or 0xBB3F59) is known color: Hippie Pink. HEX triplet: BB, 3F and 59. RGB value is (187,63,89). Sum of RGB (Red+Green+Blue) = 187+63+89=339 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.16% from 339); Green value is 63 (25% from 255 or 18.58% from 339); Blue value is 89 (35.16% from 255 or 26.25% from 339); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3F59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3F59 is #44C0A6. Grayscale: #676767. Windows color (decimal): -4505767 or 5849019. OLE color: 5849019.

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

Color convert

RGB 187 63 89 -
CMYK 0 0.66 0.52 0.27
HSL 347.42º 0.5% 0.49% -
HSV(B) 347.42º 0.66% 0.73% -
XYZ 24.07 14.84 11.05 -
YUV 103.04 120.08 187.89 -
System Red Green Blue C M Y K H S L
Decimal 187 63 89 0 0.66 0.52 0.27 347.42 0.5 0.49
Hex BB 3F 59 0 42 34 1B 15B 32 31
Octal 273 77 131 0 102 64 33 533 62 61
Binary 10111011 111111 1011001 0 1000010 110100 11011 101011011 110010 110001

Color Harmonies of #BB3F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3F59

Black with #BB3F59

Text Example


Text Example

White with #BB3F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3F59; }

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

 H1.HeaderClassName
 {
   color: #BB3F59;
 }
 .AnyTagClassName
 {
   color: #BB3F59;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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