Html Css Color HEX #BB464E Hippie Pink

📋 copy color: '#BB464E'

red 187 ◦ green 70 ◦ blue 78

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

Shades of Hippie Pink #BB464E

Tints of Hippie Pink #BB464E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 23.28%

R = 55.82%
G = 20.9%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BB464E (or 0xBB464E) is known color: Hippie Pink. HEX triplet: BB, 46 and 4E. RGB value is (187,70,78). Sum of RGB (Red+Green+Blue) = 187+70+78=335 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.82% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 78 (30.86% from 255 or 23.28% from 335); Max value from RGB is 187 - color contains mainly: red. Hex color #BB464E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB464E is #44B9B1. Grayscale: #696969. Windows color (decimal): -4503986 or 5129915. OLE color: 5129915.

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

Color convert

RGB 187 70 78 -
CMYK 0 0.63 0.58 0.27
HSL 355.9º 0.46% 0.5% -
HSV(B) 355.9º 0.63% 0.73% -
XYZ 24.06 15.5 8.93 -
YUV 105.9 112.26 185.85 -
System Red Green Blue C M Y K H S L
Decimal 187 70 78 0 0.63 0.58 0.27 355.9 0.46 0.5
Hex BB 46 4E 0 3F 3A 1B 164 2E 32
Octal 273 106 116 0 77 72 33 544 56 62
Binary 10111011 1000110 1001110 0 111111 111010 11011 101100100 101110 110010

Color Harmonies of #BB464E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB464E

Black with #BB464E

Text Example


Text Example

White with #BB464E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB464E; }

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

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

background-color css

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

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

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

border-color css

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

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

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