Html Css Color HEX #BB4950 Hippie Pink

📋 copy color: '#BB4950'

red 187 ◦ green 73 ◦ blue 80

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

Shades of Hippie Pink #BB4950

Tints of Hippie Pink #BB4950

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.47%

 BLUE value IS 80 (31.64% from 255) = 23.53%

R = 55%
G = 21.47%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BB4950 (or 0xBB4950) is known color: Hippie Pink. HEX triplet: BB, 49 and 50. RGB value is (187,73,80). Sum of RGB (Red+Green+Blue) = 187+73+80=340 (45% of max value = 765). Red value is 187 (73.44% from 255 or 55% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4950 is #44B6AF. Grayscale: #6B6B6B. Windows color (decimal): -4503216 or 5261755. OLE color: 5261755.

HSL color Cylindrical-coordinate representation of color #BB4950: hue angle of 356.32º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB4950 is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 73 80 -
CMYK 0 0.61 0.57 0.27
HSL 356.32º 0.46% 0.51% -
HSV(B) 356.32º 0.61% 0.73% -
XYZ 24.32 15.91 9.38 -
YUV 107.88 112.27 184.43 -
System Red Green Blue C M Y K H S L
Decimal 187 73 80 0 0.61 0.57 0.27 356.32 0.46 0.51
Hex BB 49 50 0 3D 39 1B 164 2E 33
Octal 273 111 120 0 75 71 33 544 56 63
Binary 10111011 1001001 1010000 0 111101 111001 11011 101100100 101110 110011

Color Harmonies of #BB4950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4950

Black with #BB4950

Text Example


Text Example

White with #BB4950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4950; }

 p { color: rgb(187,73,80); }

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

background-color css

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

 a { background-color: rgb(187,73,80); }

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

border-color css

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

 span { border-color: rgb(187,73,80); }

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