Html Css Color HEX #BB465B Hippie Pink

📋 copy color: '#BB465B'

red 187 ◦ green 70 ◦ blue 91

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

Shades of Hippie Pink #BB465B

Tints of Hippie Pink #BB465B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.11%

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

R = 53.74%
G = 20.11%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BB465B (or 0xBB465B) is known color: Hippie Pink. HEX triplet: BB, 46 and 5B. RGB value is (187,70,91). Sum of RGB (Red+Green+Blue) = 187+70+91=348 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.74% from 348); Green value is 70 (27.73% from 255 or 20.11% from 348); Blue value is 91 (35.94% from 255 or 26.15% from 348); Max value from RGB is 187 - color contains mainly: red. Hex color #BB465B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB465B is #44B9A4. Grayscale: #6B6B6B. Windows color (decimal): -4503973 or 5981883. OLE color: 5981883.

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

Color convert

RGB 187 70 91 -
CMYK 0 0.63 0.51 0.27
HSL 349.23º 0.46% 0.5% -
HSV(B) 349.23º 0.63% 0.73% -
XYZ 24.57 15.7 11.63 -
YUV 107.38 118.76 184.79 -
System Red Green Blue C M Y K H S L
Decimal 187 70 91 0 0.63 0.51 0.27 349.23 0.46 0.5
Hex BB 46 5B 0 3F 33 1B 15D 2E 32
Octal 273 106 133 0 77 63 33 535 56 62
Binary 10111011 1000110 1011011 0 111111 110011 11011 101011101 101110 110010

Color Harmonies of #BB465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB465B

Black with #BB465B

Text Example


Text Example

White with #BB465B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB465B; }

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

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

background-color css

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

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

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

border-color css

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

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

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