Html Css Color HEX #BB4954 Hippie Pink

📋 copy color: '#BB4954'

red 187 ◦ green 73 ◦ blue 84

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

Shades of Hippie Pink #BB4954

Tints of Hippie Pink #BB4954

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.22%

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

R = 54.36%
G = 21.22%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BB4954 (or 0xBB4954) is known color: Hippie Pink. HEX triplet: BB, 49 and 54. RGB value is (187,73,84). Sum of RGB (Red+Green+Blue) = 187+73+84=344 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.36% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 84 (33.20% from 255 or 24.42% from 344); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4954 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4954 is #44B6AB. Grayscale: #6C6C6C. Windows color (decimal): -4503212 or 5523899. OLE color: 5523899.

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

Color convert

RGB 187 73 84 -
CMYK 0 0.61 0.55 0.27
HSL 354.21º 0.46% 0.51% -
HSV(B) 354.21º 0.61% 0.73% -
XYZ 24.48 15.97 10.18 -
YUV 108.34 114.27 184.11 -
System Red Green Blue C M Y K H S L
Decimal 187 73 84 0 0.61 0.55 0.27 354.21 0.46 0.51
Hex BB 49 54 0 3D 37 1B 162 2E 33
Octal 273 111 124 0 75 67 33 542 56 63
Binary 10111011 1001001 1010100 0 111101 110111 11011 101100010 101110 110011

Color Harmonies of #BB4954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4954

Black with #BB4954

Text Example


Text Example

White with #BB4954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4954; }

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

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

background-color css

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

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

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

border-color css

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

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

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