Html Css Color HEX #BB405B Hippie Pink

📋 copy color: '#BB405B'

red 187 ◦ green 64 ◦ blue 91

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

Shades of Hippie Pink #BB405B

Tints of Hippie Pink #BB405B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.61%

R = 54.68%
G = 18.71%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BB405B (or 0xBB405B) is known color: Hippie Pink. HEX triplet: BB, 40 and 5B. RGB value is (187,64,91). Sum of RGB (Red+Green+Blue) = 187+64+91=342 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.68% from 342); Green value is 64 (25.39% from 255 or 18.71% from 342); Blue value is 91 (35.94% from 255 or 26.61% from 342); Max value from RGB is 187 - color contains mainly: red. Hex color #BB405B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB405B is #44BFA4. Grayscale: #676767. Windows color (decimal): -4505509 or 5980347. OLE color: 5980347.

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

Color convert

RGB 187 64 91 -
CMYK 0 0.66 0.51 0.27
HSL 346.83º 0.49% 0.49% -
HSV(B) 346.83º 0.66% 0.73% -
XYZ 24.22 14.99 11.51 -
YUV 103.86 120.75 187.3 -
System Red Green Blue C M Y K H S L
Decimal 187 64 91 0 0.66 0.51 0.27 346.83 0.49 0.49
Hex BB 40 5B 0 42 33 1B 15B 31 31
Octal 273 100 133 0 102 63 33 533 61 61
Binary 10111011 1000000 1011011 0 1000010 110011 11011 101011011 110001 110001

Color Harmonies of #BB405B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB405B

Black with #BB405B

Text Example


Text Example

White with #BB405B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB405B; }

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

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

background-color css

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

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

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

border-color css

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

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

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