Html Css Color HEX #BB4459 Hippie Pink

📋 copy color: '#BB4459'

red 187 ◦ green 68 ◦ blue 89

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

Shades of Hippie Pink #BB4459

Tints of Hippie Pink #BB4459

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.77%

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

R = 54.36%
G = 19.77%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BB4459 (or 0xBB4459) is known color: Hippie Pink. HEX triplet: BB, 44 and 59. RGB value is (187,68,89). Sum of RGB (Red+Green+Blue) = 187+68+89=344 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.36% from 344); Green value is 68 (26.95% from 255 or 19.77% from 344); Blue value is 89 (35.16% from 255 or 25.87% from 344); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4459 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4459 is #44BBA6. Grayscale: #6A6A6A. Windows color (decimal): -4504487 or 5850299. OLE color: 5850299.

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

Color convert

RGB 187 68 89 -
CMYK 0 0.64 0.52 0.27
HSL 349.41º 0.47% 0.5% -
HSV(B) 349.41º 0.64% 0.73% -
XYZ 24.36 15.42 11.14 -
YUV 105.98 118.42 185.79 -
System Red Green Blue C M Y K H S L
Decimal 187 68 89 0 0.64 0.52 0.27 349.41 0.47 0.5
Hex BB 44 59 0 40 34 1B 15D 2F 32
Octal 273 104 131 0 100 64 33 535 57 62
Binary 10111011 1000100 1011001 0 1000000 110100 11011 101011101 101111 110010

Color Harmonies of #BB4459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4459

Black with #BB4459

Text Example


Text Example

White with #BB4459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4459; }

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

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

background-color css

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

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

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

border-color css

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

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

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