Html Css Color HEX #BB4755 Hippie Pink

📋 copy color: '#BB4755'

red 187 ◦ green 71 ◦ blue 85

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

Shades of Hippie Pink #BB4755

Tints of Hippie Pink #BB4755

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.7%

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

R = 54.52%
G = 20.7%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BB4755 (or 0xBB4755) is known color: Hippie Pink. HEX triplet: BB, 47 and 55. RGB value is (187,71,85). Sum of RGB (Red+Green+Blue) = 187+71+85=343 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.52% from 343); Green value is 71 (28.12% from 255 or 20.70% from 343); Blue value is 85 (33.59% from 255 or 24.78% from 343); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4755 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4755 is #44B8AA. Grayscale: #6B6B6B. Windows color (decimal): -4503723 or 5588923. OLE color: 5588923.

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

Color convert

RGB 187 71 85 -
CMYK 0 0.62 0.55 0.27
HSL 352.76º 0.46% 0.51% -
HSV(B) 352.76º 0.62% 0.73% -
XYZ 24.39 15.73 10.34 -
YUV 107.28 115.43 184.86 -
System Red Green Blue C M Y K H S L
Decimal 187 71 85 0 0.62 0.55 0.27 352.76 0.46 0.51
Hex BB 47 55 0 3E 37 1B 161 2E 33
Octal 273 107 125 0 76 67 33 541 56 63
Binary 10111011 1000111 1010101 0 111110 110111 11011 101100001 101110 110011

Color Harmonies of #BB4755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4755

Black with #BB4755

Text Example


Text Example

White with #BB4755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4755; }

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

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

background-color css

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

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

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

border-color css

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

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

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