Html Css Color HEX #BB405E Hippie Pink

📋 copy color: '#BB405E'

red 187 ◦ green 64 ◦ blue 94

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

Shades of Hippie Pink #BB405E

Tints of Hippie Pink #BB405E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.25%

R = 54.2%
G = 18.55%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BB405E (or 0xBB405E) is known color: Hippie Pink. HEX triplet: BB, 40 and 5E. RGB value is (187,64,94). Sum of RGB (Red+Green+Blue) = 187+64+94=345 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.20% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 94 (37.11% from 255 or 27.25% from 345); Max value from RGB is 187 - color contains mainly: red. Hex color #BB405E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB405E is #44BFA1. Grayscale: #686868. Windows color (decimal): -4505506 or 6176955. OLE color: 6176955.

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

Color convert

RGB 187 64 94 -
CMYK 0 0.66 0.50 0.27
HSL 345.37º 0.49% 0.49% -
HSV(B) 345.37º 0.66% 0.73% -
XYZ 24.35 15.04 12.21 -
YUV 104.2 122.25 187.06 -
System Red Green Blue C M Y K H S L
Decimal 187 64 94 0 0.66 0.50 0.27 345.37 0.49 0.49
Hex BB 40 5E 0 42 32 1B 159 31 31
Octal 273 100 136 0 102 62 33 531 61 61
Binary 10111011 1000000 1011110 0 1000010 110010 11011 101011001 110001 110001

Color Harmonies of #BB405E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB405E

Black with #BB405E

Text Example


Text Example

White with #BB405E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB405E; }

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

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

background-color css

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

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

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

border-color css

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

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

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