Html Css Color HEX #BB4856 Hippie Pink

📋 copy color: '#BB4856'

red 187 ◦ green 72 ◦ blue 86

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

Shades of Hippie Pink #BB4856

Tints of Hippie Pink #BB4856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 24.93%

R = 54.2%
G = 20.87%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BB4856 (or 0xBB4856) is known color: Hippie Pink. HEX triplet: BB, 48 and 56. RGB value is (187,72,86). Sum of RGB (Red+Green+Blue) = 187+72+86=345 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.20% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 86 (33.98% from 255 or 24.93% from 345); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4856 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4856 is #44B7A9. Grayscale: #6C6C6C. Windows color (decimal): -4503466 or 5654715. OLE color: 5654715.

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

Color convert

RGB 187 72 86 -
CMYK 0 0.61 0.54 0.27
HSL 352.7º 0.46% 0.51% -
HSV(B) 352.7º 0.61% 0.73% -
XYZ 24.49 15.87 10.58 -
YUV 107.98 115.6 184.36 -
System Red Green Blue C M Y K H S L
Decimal 187 72 86 0 0.61 0.54 0.27 352.7 0.46 0.51
Hex BB 48 56 0 3D 36 1B 161 2E 33
Octal 273 110 126 0 75 66 33 541 56 63
Binary 10111011 1001000 1010110 0 111101 110110 11011 101100001 101110 110011

Color Harmonies of #BB4856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4856

Black with #BB4856

Text Example


Text Example

White with #BB4856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4856; }

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

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

background-color css

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

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

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

border-color css

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

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

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