Html Css Color HEX #BB4054 Hippie Pink

📋 copy color: '#BB4054'

red 187 ◦ green 64 ◦ blue 84

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

Shades of Hippie Pink #BB4054

Tints of Hippie Pink #BB4054

RGB

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

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

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

R = 55.82%
G = 19.1%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BB4054 (or 0xBB4054) is known color: Hippie Pink. HEX triplet: BB, 40 and 54. RGB value is (187,64,84). Sum of RGB (Red+Green+Blue) = 187+64+84=335 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.82% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 84 (33.20% from 255 or 25.07% from 335); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4054 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4054 is #44BFAB. Grayscale: #676767. Windows color (decimal): -4505516 or 5521595. OLE color: 5521595.

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

Color convert

RGB 187 64 84 -
CMYK 0 0.66 0.55 0.27
HSL 350.24º 0.49% 0.49% -
HSV(B) 350.24º 0.66% 0.73% -
XYZ 23.93 14.87 10 -
YUV 103.06 117.25 187.87 -
System Red Green Blue C M Y K H S L
Decimal 187 64 84 0 0.66 0.55 0.27 350.24 0.49 0.49
Hex BB 40 54 0 42 37 1B 15E 31 31
Octal 273 100 124 0 102 67 33 536 61 61
Binary 10111011 1000000 1010100 0 1000010 110111 11011 101011110 110001 110001

Color Harmonies of #BB4054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4054

Black with #BB4054

Text Example


Text Example

White with #BB4054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4054; }

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

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

background-color css

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

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

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

border-color css

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

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

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