Html Css Color HEX #BB4850 Hippie Pink

📋 copy color: '#BB4850'

red 187 ◦ green 72 ◦ blue 80

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

Shades of Hippie Pink #BB4850

Tints of Hippie Pink #BB4850

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.24%

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

R = 55.16%
G = 21.24%
B = 23.6%

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

#BB4850 (or 0xBB4850) is known color: Hippie Pink. HEX triplet: BB, 48 and 50. RGB value is (187,72,80). Sum of RGB (Red+Green+Blue) = 187+72+80=339 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.16% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4850 is #44B7AF. Grayscale: #6B6B6B. Windows color (decimal): -4503472 or 5261499. OLE color: 5261499.

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

Color convert

RGB 187 72 80 -
CMYK 0 0.61 0.57 0.27
HSL 355.83º 0.46% 0.51% -
HSV(B) 355.83º 0.61% 0.73% -
XYZ 24.26 15.78 9.36 -
YUV 107.3 112.6 184.85 -
System Red Green Blue C M Y K H S L
Decimal 187 72 80 0 0.61 0.57 0.27 355.83 0.46 0.51
Hex BB 48 50 0 3D 39 1B 164 2E 33
Octal 273 110 120 0 75 71 33 544 56 63
Binary 10111011 1001000 1010000 0 111101 111001 11011 101100100 101110 110011

Color Harmonies of #BB4850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4850

Black with #BB4850

Text Example


Text Example

White with #BB4850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4850; }

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

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

background-color css

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

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

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

border-color css

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

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

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