Html Css Color HEX #BB4656 Hippie Pink

📋 copy color: '#BB4656'

red 187 ◦ green 70 ◦ blue 86

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

Shades of Hippie Pink #BB4656

Tints of Hippie Pink #BB4656

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.41%

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

R = 54.52%
G = 20.41%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BB4656 (or 0xBB4656) is known color: Hippie Pink. HEX triplet: BB, 46 and 56. RGB value is (187,70,86). Sum of RGB (Red+Green+Blue) = 187+70+86=343 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.52% from 343); Green value is 70 (27.73% from 255 or 20.41% from 343); Blue value is 86 (33.98% from 255 or 25.07% from 343); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4656 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4656 is #44B9A9. Grayscale: #6A6A6A. Windows color (decimal): -4503978 or 5654203. OLE color: 5654203.

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

Color convert

RGB 187 70 86 -
CMYK 0 0.63 0.54 0.27
HSL 351.79º 0.46% 0.5% -
HSV(B) 351.79º 0.63% 0.73% -
XYZ 24.36 15.62 10.53 -
YUV 106.81 116.26 185.2 -
System Red Green Blue C M Y K H S L
Decimal 187 70 86 0 0.63 0.54 0.27 351.79 0.46 0.5
Hex BB 46 56 0 3F 36 1B 160 2E 32
Octal 273 106 126 0 77 66 33 540 56 62
Binary 10111011 1000110 1010110 0 111111 110110 11011 101100000 101110 110010

Color Harmonies of #BB4656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4656

Black with #BB4656

Text Example


Text Example

White with #BB4656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4656; }

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

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

background-color css

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

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

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

border-color css

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

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

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