Html Css Color HEX #BB4155 Hippie Pink

📋 copy color: '#BB4155'

red 187 ◦ green 65 ◦ blue 85

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

Shades of Hippie Pink #BB4155

Tints of Hippie Pink #BB4155

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.29%

 BLUE value IS 85 (33.59% from 255) = 25.22%

R = 55.49%
G = 19.29%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BB4155 (or 0xBB4155) is known color: Hippie Pink. HEX triplet: BB, 41 and 55. RGB value is (187,65,85). Sum of RGB (Red+Green+Blue) = 187+65+85=337 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.49% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4155 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4155 is #44BEAA. Grayscale: #676767. Windows color (decimal): -4505259 or 5587387. OLE color: 5587387.

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

Color convert

RGB 187 65 85 -
CMYK 0 0.65 0.55 0.27
HSL 350.16º 0.48% 0.49% -
HSV(B) 350.16º 0.65% 0.73% -
XYZ 24.02 15 10.22 -
YUV 103.76 117.42 187.37 -
System Red Green Blue C M Y K H S L
Decimal 187 65 85 0 0.65 0.55 0.27 350.16 0.48 0.49
Hex BB 41 55 0 41 37 1B 15E 30 31
Octal 273 101 125 0 101 67 33 536 60 61
Binary 10111011 1000001 1010101 0 1000001 110111 11011 101011110 110000 110001

Color Harmonies of #BB4155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4155

Black with #BB4155

Text Example


Text Example

White with #BB4155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4155; }

 p { color: rgb(187,65,85); }

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

background-color css

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

 a { background-color: rgb(187,65,85); }

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

border-color css

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

 span { border-color: rgb(187,65,85); }

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