Html Css Color HEX #BB4154 Hippie Pink

📋 copy color: '#BB4154'

red 187 ◦ green 65 ◦ blue 84

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

Shades of Hippie Pink #BB4154

Tints of Hippie Pink #BB4154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 25%

R = 55.65%
G = 19.35%
B = 25%

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

#BB4154 (or 0xBB4154) is known color: Hippie Pink. HEX triplet: BB, 41 and 54. RGB value is (187,65,84). Sum of RGB (Red+Green+Blue) = 187+65+84=336 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.65% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 84 (33.20% from 255 or 25% from 336); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4154 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4154 is #44BEAB. Grayscale: #676767. Windows color (decimal): -4505260 or 5521851. OLE color: 5521851.

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

Color convert

RGB 187 65 84 -
CMYK 0 0.65 0.55 0.27
HSL 350.66º 0.48% 0.49% -
HSV(B) 350.66º 0.65% 0.73% -
XYZ 23.98 14.99 10.02 -
YUV 103.64 116.92 187.46 -
System Red Green Blue C M Y K H S L
Decimal 187 65 84 0 0.65 0.55 0.27 350.66 0.48 0.49
Hex BB 41 54 0 41 37 1B 15F 30 31
Octal 273 101 124 0 101 67 33 537 60 61
Binary 10111011 1000001 1010100 0 1000001 110111 11011 101011111 110000 110001

Color Harmonies of #BB4154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4154

Black with #BB4154

Text Example


Text Example

White with #BB4154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4154; }

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

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

background-color css

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

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

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

border-color css

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

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

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