Html Css Color HEX #BB4553 Hippie Pink

📋 copy color: '#BB4553'

red 187 ◦ green 69 ◦ blue 83

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

Shades of Hippie Pink #BB4553

Tints of Hippie Pink #BB4553

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.35%

 BLUE value IS 83 (32.81% from 255) = 24.48%

R = 55.16%
G = 20.35%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BB4553 (or 0xBB4553) is known color: Hippie Pink. HEX triplet: BB, 45 and 53. RGB value is (187,69,83). Sum of RGB (Red+Green+Blue) = 187+69+83=339 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.16% from 339); Green value is 69 (27.34% from 255 or 20.35% from 339); Blue value is 83 (32.81% from 255 or 24.48% from 339); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4553 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4553 is #44BAAC. Grayscale: #696969. Windows color (decimal): -4504237 or 5457339. OLE color: 5457339.

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

Color convert

RGB 187 69 83 -
CMYK 0 0.63 0.56 0.27
HSL 352.88º 0.46% 0.5% -
HSV(B) 352.88º 0.63% 0.73% -
XYZ 24.18 15.45 9.89 -
YUV 105.88 115.09 185.86 -
System Red Green Blue C M Y K H S L
Decimal 187 69 83 0 0.63 0.56 0.27 352.88 0.46 0.5
Hex BB 45 53 0 3F 38 1B 161 2E 32
Octal 273 105 123 0 77 70 33 541 56 62
Binary 10111011 1000101 1010011 0 111111 111000 11011 101100001 101110 110010

Color Harmonies of #BB4553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4553

Black with #BB4553

Text Example


Text Example

White with #BB4553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4553; }

 p { color: rgb(187,69,83); }

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

background-color css

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

 a { background-color: rgb(187,69,83); }

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

border-color css

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

 span { border-color: rgb(187,69,83); }

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