Html Css Color HEX #BB4056 Hippie Pink

📋 copy color: '#BB4056'

red 187 ◦ green 64 ◦ blue 86

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

Shades of Hippie Pink #BB4056

Tints of Hippie Pink #BB4056

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.99%

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

R = 55.49%
G = 18.99%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BB4056 (or 0xBB4056) is known color: Hippie Pink. HEX triplet: BB, 40 and 56. RGB value is (187,64,86). Sum of RGB (Red+Green+Blue) = 187+64+86=337 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.49% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 86 (33.98% from 255 or 25.52% from 337); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4056 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4056 is #44BFA9. Grayscale: #676767. Windows color (decimal): -4505514 or 5652667. OLE color: 5652667.

HSL color Cylindrical-coordinate representation of color #BB4056: hue angle of 349.27º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB4056 is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 64 86 -
CMYK 0 0.66 0.54 0.27
HSL 349.27º 0.49% 0.49% -
HSV(B) 349.27º 0.66% 0.73% -
XYZ 24.01 14.9 10.42 -
YUV 103.29 118.25 187.71 -
System Red Green Blue C M Y K H S L
Decimal 187 64 86 0 0.66 0.54 0.27 349.27 0.49 0.49
Hex BB 40 56 0 42 36 1B 15D 31 31
Octal 273 100 126 0 102 66 33 535 61 61
Binary 10111011 1000000 1010110 0 1000010 110110 11011 101011101 110001 110001

Color Harmonies of #BB4056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4056

Black with #BB4056

Text Example


Text Example

White with #BB4056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4056; }

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

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

background-color css

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

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

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

border-color css

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

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

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