Html Css Color HEX #BB445A Hippie Pink

📋 copy color: '#BB445A'

red 187 ◦ green 68 ◦ blue 90

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

Shades of Hippie Pink #BB445A

Tints of Hippie Pink #BB445A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.71%

 BLUE value IS 90 (35.55% from 255) = 26.09%

R = 54.2%
G = 19.71%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BB445A (or 0xBB445A) is known color: Hippie Pink. HEX triplet: BB, 44 and 5A. RGB value is (187,68,90). Sum of RGB (Red+Green+Blue) = 187+68+90=345 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.20% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 187 - color contains mainly: red. Hex color #BB445A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB445A is #44BBA5. Grayscale: #6A6A6A. Windows color (decimal): -4504486 or 5915835. OLE color: 5915835.

HSL color Cylindrical-coordinate representation of color #BB445A: hue angle of 348.91º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB445A is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 68 90 -
CMYK 0 0.64 0.52 0.27
HSL 348.91º 0.47% 0.5% -
HSV(B) 348.91º 0.64% 0.73% -
XYZ 24.41 15.44 11.37 -
YUV 106.09 118.92 185.71 -
System Red Green Blue C M Y K H S L
Decimal 187 68 90 0 0.64 0.52 0.27 348.91 0.47 0.5
Hex BB 44 5A 0 40 34 1B 15D 2F 32
Octal 273 104 132 0 100 64 33 535 57 62
Binary 10111011 1000100 1011010 0 1000000 110100 11011 101011101 101111 110010

Color Harmonies of #BB445A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB445A

Black with #BB445A

Text Example


Text Example

White with #BB445A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB445A; }

 p { color: rgb(187,68,90); }

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

background-color css

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

 a { background-color: rgb(187,68,90); }

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

border-color css

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

 span { border-color: rgb(187,68,90); }

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