Html Css Color HEX #BB4451 Hippie Pink

📋 copy color: '#BB4451'

red 187 ◦ green 68 ◦ blue 81

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

Shades of Hippie Pink #BB4451

Tints of Hippie Pink #BB4451

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 24.11%

R = 55.65%
G = 20.24%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BB4451 (or 0xBB4451) is known color: Hippie Pink. HEX triplet: BB, 44 and 51. RGB value is (187,68,81). Sum of RGB (Red+Green+Blue) = 187+68+81=336 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.65% from 336); Green value is 68 (26.95% from 255 or 20.24% from 336); Blue value is 81 (32.03% from 255 or 24.11% from 336); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4451 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4451 is #44BBAE. Grayscale: #696969. Windows color (decimal): -4504495 or 5326011. OLE color: 5326011.

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

Color convert

RGB 187 68 81 -
CMYK 0 0.64 0.57 0.27
HSL 353.45º 0.47% 0.5% -
HSV(B) 353.45º 0.64% 0.73% -
XYZ 24.05 15.29 9.47 -
YUV 105.06 114.42 186.44 -
System Red Green Blue C M Y K H S L
Decimal 187 68 81 0 0.64 0.57 0.27 353.45 0.47 0.5
Hex BB 44 51 0 40 39 1B 161 2F 32
Octal 273 104 121 0 100 71 33 541 57 62
Binary 10111011 1000100 1010001 0 1000000 111001 11011 101100001 101111 110010

Color Harmonies of #BB4451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4451

Black with #BB4451

Text Example


Text Example

White with #BB4451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4451; }

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

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

background-color css

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

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

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

border-color css

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

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

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